Files
cloudron-box/package.json
T
2014-03-18 08:40:24 -07:00

46 lines
955 B
JSON

{
"name": "yellowtent",
"description": "Yellow tent",
"version": "0.0.1",
"private": "true",
"author": {
"name": "Yellow tent authors",
"email": "doesntexist@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/gramakri/yellowtent.git"
},
"engines": [
"node >= 0.8.0"
],
"bin": {
"yellowtent": "./server.js"
},
"dependencies": {
"readdirp": "*",
"mkdirp": "*",
"async": "*",
"optimist": "*",
"express": "*",
"superagent": "*",
"rimraf": "*",
"debug": "*",
"mime": "*",
"encfs": "*",
"safetydance": "*",
"upnp-ssdp": "*",
"ursa": "~0.8.0",
"node-uuid": "^1.4.1"
},
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"apidoc": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js test $1 ./node_modules/mocha/bin/_mocha -- -R spec ./test ./api/test ./api/routes/test"
}
}