sharedrop/package.json
2014-12-28 15:44:16 +01:00

52 lines
1.3 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": {
"body-parser": "^1.10.0",
"compression": "^1.2.2",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"express": "^4.10.6",
"express-persona": "~0.1.2",
"firebase-token-generator": "~2.0.0",
"grunt": "~0.4.2",
"grunt-autoprefixer": "~2.0.0",
"grunt-cli": "~0.1.9",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.7.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-ember-templates": "~0.4.23",
"grunt-env": "~0.4.1",
"grunt-preprocess": "^4.0.0",
"grunt-rev": "^0.1.0",
"grunt-sass": "~0.17.0",
"grunt-usemin": "~2.0.2",
"load-grunt-tasks": "~0.2.1",
"morgan": "^1.5.0",
"newrelic": "~1.14.4",
"node-uuid": "~1.4.2",
"time-grunt": "~0.2.8"
},
"engines": {
"node": "~0.10.0",
"npm": "2.x"
},
"devDependencies": {}
}