40 lines
835 B
JSON
40 lines
835 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": "*",
|
|
"polo": "*",
|
|
"encfs": "*",
|
|
"safetydance": "*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|