Files
cloudron-box/package.json
T
Girish Ramakrishnan 3ad917042c Fix path to tests
2013-08-27 15:26:58 -07:00

36 lines
678 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 src/test;"
}
}