25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"name": "asteroid-storage-service",
|
|
"description": "Asteroid Storage Service",
|
|
"version": "0.0.1",
|
|
"main": "lib/factory.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
|
},
|
|
"dependencies": {
|
|
"pkgcloud": "latest",
|
|
"async": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"express": "latest",
|
|
"formidable": "latest",
|
|
"mocha": "latest",
|
|
"supertest": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/asteroid-storage-service.git"
|
|
}
|
|
|
|
}
|