Files
cloudron-box/package.json
T
2013-08-31 21:24:34 -07:00

37 lines
726 B
JSON

{
"name": "",
"description": "Yellow tent",
"version": "0.0.1",
"author": {
"name": "Yellow tent authors",
"email": "doesntexist@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gramakri/yellowtent.git"
},
"engines": [
"node >= 0.8.0"
],
"dependencies": {
"readdirp": "*",
"mkdirp": "*",
"async": "*",
"optimist": "*",
"express": "*",
"superagent": "*",
"rimraf": "*",
"debug": "*",
"mime": "*",
"encfs": "*"
},
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha -- ./api/test"
}
}