Files
cloudron-box/package.json
T
2013-08-25 18:18:44 -07:00

36 lines
690 B
JSON

{
"name": "yellowtent",
"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": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec server/test lib/test;"
}
}