cloudcmd/package.json
2012-07-04 11:53:10 +00:00

18 lines
No EOL
303 B
JSON

{
"name": "cloudcmd",
"version": "0.0.1-12",
"scripts": {
"test": "sh test/test.sh",
"start": "server.js"
},
"engines": {
"node": "0.6.x"
},
"subdomain": "cloudcmd",
"dependencies": {
"zlib": "*",
"uglify-js": "*",
"html-minifier": "*",
"clean-css": "*"
}
}