forked from ShareDropio/sharedrop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (42 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}