Merge pull request #658 from pdehaan/issue-617-shrinkwrap2
Adding grunt validate-shrinkwrap task to npm postinstall script
This commit is contained in:
Коммит
914d6e06b8
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
37
package.json
37
package.json
|
@ -9,6 +9,7 @@
|
|||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "./node_modules/.bin/grunt validate-shrinkwrap",
|
||||
"test": "NODE_ENV=dev node ./bin/db_patcher.js 2>/dev/null && NODE_ENV=dev ./scripts/gen_keys.js && NODE_ENV=dev ./scripts/tap-coverage.js test/local test/remote",
|
||||
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1 | bunyan -o short",
|
||||
"test-mysql": "DB_BACKEND=mysql npm test",
|
||||
|
@ -30,37 +31,39 @@
|
|||
"node": "0.10.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"mysql": "2.1.0",
|
||||
"uuid": "1.4.1",
|
||||
"aws-sdk": "2.0.0-rc11",
|
||||
"binary-split": "0.1.2",
|
||||
"bunyan": "0.22.1",
|
||||
"compute-cluster": "git://github.com/dannycoates/node-compute-cluster.git#0222a742",
|
||||
"convict": "0.4.2",
|
||||
"handlebars": "1.3.0",
|
||||
"hapi": "2.6.0",
|
||||
"hapi-auth-hawk": "1.0.0",
|
||||
"hkdf": "0.0.2",
|
||||
"compute-cluster": "git://github.com/dannycoates/node-compute-cluster.git#0222a742",
|
||||
"jwcrypto": "0.4.4",
|
||||
"handlebars": "1.3.0",
|
||||
"convict": "0.4.2",
|
||||
"p-promise": "0.2.5",
|
||||
"bunyan": "0.22.1",
|
||||
"toobusy": "0.2.4",
|
||||
"mysql": "2.1.0",
|
||||
"nodemailer": "0.6.1",
|
||||
"scrypt-hash": "1.1.8",
|
||||
"p-promise": "0.2.5",
|
||||
"request": "2.34.0",
|
||||
"binary-split": "0.1.2",
|
||||
"scrypt-hash": "1.1.8",
|
||||
"through": "2.3.4",
|
||||
"aws-sdk": "2.0.0-rc11"
|
||||
"toobusy": "0.2.4",
|
||||
"uuid": "1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ass": "0.0.4",
|
||||
"awsbox": "0.7.0",
|
||||
"awsboxen": "0.5.2",
|
||||
"grunt": "0.4.4",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-jshint": "0.9.2",
|
||||
"grunt-copyright": "0.1.0",
|
||||
"grunt-nsp-shrinkwrap": "0.0.3",
|
||||
"hawk": "2.1.0",
|
||||
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
|
||||
"load-grunt-tasks": "0.4.0",
|
||||
"mailparser": "0.4.1",
|
||||
"tap": "0.4.8",
|
||||
"grunt-contrib-jshint": "~0.8.0",
|
||||
"load-grunt-tasks": "~0.2.0",
|
||||
"grunt": "~0.4.2",
|
||||
"ass": "0.0.4",
|
||||
"sjcl": "1.0.0",
|
||||
"grunt-copyright": "~0.1.0"
|
||||
"tap": "0.4.8"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче