loopback-component-storage/package.json

26 lines
674 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
"name": "asteroid-storage-service",
"description": "Asteroid Storage Service",
"version": "0.0.1",
"main": "lib/index.js",
2013-06-24 21:07:12 +00:00
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"pkgcloud": "latest",
"async": "latest"
},
"devDependencies": {
"express": "latest",
2013-07-03 01:10:23 +00:00
"asteroid": "git+ssh://git@github.com/strongloop/asteroid.git",
"formidable": "latest",
2013-06-24 21:07:12 +00:00
"mocha": "latest",
"supertest": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/asteroid-storage-service.git"
}
}