Update package.json
This commit is contained in:
parent
50ce215142
commit
890cee40d3
21
package.json
21
package.json
|
@ -4,28 +4,23 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js",
|
"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"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pkgcloud": "~0.8.13",
|
"pkgcloud": "~0.8.14",
|
||||||
"async": "~0.2.9"
|
"async": "~0.2.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"express": "~3.4.3",
|
"express": "~3.4.0",
|
||||||
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
|
"loopback": "1.x.x",
|
||||||
"formidable": "~1.0.14",
|
"formidable": "~1.0.14",
|
||||||
"mocha": "~1.13.0",
|
"mocha": "~1.14.0",
|
||||||
"supertest": "~0.8.0",
|
"supertest": "~0.8.1",
|
||||||
"mkdirp": "~0.3.5",
|
"mkdirp": "~0.3.5"
|
||||||
"blanket": "~1.1.5"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/strongloop/loopback-storage-service.git"
|
"url": "https://github.com/strongloop/loopback-storage-service.git"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue