sharedrop/package.json
2014-03-18 19:46:24 +01:00

44 lines
1.1 KiB
JSON

{
"name": "ShareDrop",
"version": "1.0.0",
"description": "P2P file sharing",
"repository" : {
"type" : "git",
"url" : "https://github.com/cowbell/sharedrop.git"
},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Szymon Nowak",
"license": "MIT",
"dependencies": {
"express": "~3.4.7",
"express-persona": "~0.1.1",
"node-uuid": "~1.4.1",
"firebase-token-generator": "^0.1.4",
"newrelic": "^1.4.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.9",
"load-grunt-tasks": "~0.2.1",
"time-grunt": "~0.2.8",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-ember-templates": "~0.4.18",
"grunt-usemin": "~2.0.2",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-compass": "~0.7.1",
"grunt-env": "~0.4.1",
"grunt-preprocess": "^4.0.0",
"grunt-rev": "^0.1.0"
},
"engines": {
"node": "~0.10.0"
}
}