Files
cloudron-box/package.json
T
2013-08-19 10:01:25 -07:00

34 lines
655 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": "*",
"wrench": "*",
"debug": "*"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec server/test lib/test;"
}
}