Skip to content

Commit

Permalink
npm init has Opinions
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jul 28, 2015
1 parent f43f20e commit 9655c0a
Showing 1 changed file with 34 additions and 36 deletions.
70 changes: 34 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,58 @@
"license": "BSD-3-Clause",
"description": "Generic lightweight listener/callback registry system.",
"keywords": [
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"Berkeley BOP",
"AmiGO",
"Minerva",
"Noctua"
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"Berkeley BOP",
"AmiGO",
"Minerva",
"Noctua"
],
"author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-registry.git"
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-registry.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop-core": "0.0.4",
"underscore": "1.8.3"
"bbop-core": "0.0.4",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-pandoc": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-pandoc": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
},
"bundleDependencies": [],
"private": false,
"directories": {
"doc": "doc",
"lib": "lib",
"tests": "tests"
"test": "tests"
},
"main": "lib/registry.js",
"bugs": {
"url": "https://github.com/berkeleybop/bbop-registry/issues"
"url": "https://github.com/berkeleybop/bbop-registry/issues"
},
"scripts": {
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
"test": "./node_modules/.bin/gulp test"
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
"test": "gulp test"
}
}

0 comments on commit 9655c0a

Please sign in to comment.