Files
cloudron-box/package.json
T
2013-10-06 23:36:50 -07:00

40 lines
834 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"
],
"dependencies": {
"readdirp": "*",
"mkdirp": "*",
"async": "*",
"optimist": "*",
"express": "*",
"superagent": "*",
"rimraf": "*",
"debug": "*",
"mime": "*",
"aes-helper": "*",
"polo": "*",
"encfs": "*"
},
"devDependencies": {
"mocha": "*",
"istanbul": "*",
"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"
}
}