-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mFiles",
"version": "1.2.0",
"description": "",
"dependencies": {
"body-parser": "^1.15.0",
"bower": "^1.3.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"cli": "^0.6.3",
"closurecompiler": "^1.3.0",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"daemon": "^1.1.0",
"express": "^4.13.4",
"forever": "^0.15.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-uglify": "^0.5.0",
"grunt-daemon": "^0.1.1",
"grunt-deploy": "^0.1.7",
"grunt-fingerprint": "^0.2.0",
"grunt-forever": "^0.4.7",
"grunt-ng-annotate": "^0.10.0",
"grunt-obfuscator": "^0.1.0",
"grunt-string-replace": "^0.2.7",
"http-server": "^0.6.1",
"httpdispatcher": "^1.0.0",
"karma": "~0.10",
"karma-ie-launcher": "~0.1",
"karma-junit-reporter": "^0.2.2",
"mocha": "^2.0.1",
"morgan": "^1.7.0",
"nodemailer": "^2.3.0",
"peer": "~0.2.5",
"protractor": "^1.1.1",
"q": "^1.0.1",
"shelljs": "^0.2.6",
"socket.io": "~0.9.17",
"winston": "^0.7.3"
},
"scripts": {
"start-prod": "http-server dist -a localhost -p 8001 -c-1",
"update": "npm install && bower install",
"start": "forever start main.js",
"prestart": "npm stop && npm install && npm install forever -g",
"test": "karma start karma.conf.js",
"stop":"node shutdown.js"
},
"author": "",
"license": "GPL v2",
"devDependencies": {},
"subdomain": "",
"engines": {
"node": "0.10.x"
}
}