Skip to content

Commit

Permalink
Initial package.json test. Let's see if this works with main Docker i…
Browse files Browse the repository at this point in the history
…nstall
  • Loading branch information
freedmand committed Jul 3, 2018
1 parent 4910604 commit 13ae555
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
bower_components
node_modules
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "visualsearch",
"version": "1.0.0",
"description": "A rich search box for real data",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/documentcloud/visualsearch.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/documentcloud/visualsearch/issues"
},
"homepage": "https://github.com/documentcloud/visualsearch#readme",
"dependencies": {
"@bower_components/backbone": "jashkenas/backbone#>=0.9.10",
"@bower_components/jquery": "jquery/jquery-dist#>=1.4",
"@bower_components/jquery-ui": "components/jqueryui#>=1.8",
"@bower_components/underscore": "jashkenas/underscore#>=1.4.3"
},
"engines": {
"yarn": ">= 1.0.0"
}
}

0 comments on commit 13ae555

Please sign in to comment.