2013-06-24 21:07:12 +00:00
|
|
|
{
|
|
|
|
"name": "asteroid-storage-service",
|
|
|
|
"description": "Asteroid Storage Service",
|
|
|
|
"version": "0.0.1",
|
2013-07-02 14:54:58 +00:00
|
|
|
"main": "lib/factory.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": {
|
2013-06-26 21:43:53 +00:00
|
|
|
"express": "latest",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|