Files
cloudron-box/package.json
T
Girish Ramakrishnan fc50a5e9ba Add empty server stub
2013-06-29 19:56:04 -07:00

25 lines
434 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": "*",
"async": "*",
"optimist": "*",
"express": "*"
},
"scripts": {
}
}