Update package.json

This commit is contained in:
Raymond Feng 2013-11-15 15:24:12 -08:00
parent 50ce215142
commit 890cee40d3
1 changed files with 8 additions and 13 deletions

View File

@ -4,28 +4,23 @@
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-storage-service.html"
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"pkgcloud": "~0.8.13",
"pkgcloud": "~0.8.14",
"async": "~0.2.9"
},
"devDependencies": {
"express": "~3.4.3",
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
"express": "~3.4.0",
"loopback": "1.x.x",
"formidable": "~1.0.14",
"mocha": "~1.13.0",
"supertest": "~0.8.0",
"mkdirp": "~0.3.5",
"blanket": "~1.1.5"
"mocha": "~1.14.0",
"supertest": "~0.8.1",
"mkdirp": "~0.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-storage-service.git"
},
"license": "MIT"
}
}