-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.04 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.04 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "FoxWebAlarmPlayer",
"version": "0.9.0",
"description": "FoxWebAlarmPlayer",
"main": "main.js",
"author": "Foxstream",
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Foxstream/FoxWebAlarmPlayer.git"
},
"scripts": {
"start": "set NODE_ENV=production&&node main.js",
"start-dev": "set NODE_ENV=development&&nodemon main.js",
"test": "mocha test/ --recursive --reporter spec",
"debug": "node-debug main.js",
"start-unix": "NODE_ENV=development nodemon main.js"
},
"os": [
"win32",
"win64"
],
"dependencies": {
"angular": "~1.5.8",
"angular-animate": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-translate": "^2.11.1",
"angular-translate-loader-static-files": "^2.11.1",
"async": "^1.2.1",
"body-parser": "^1.13.1",
"bootstrap": "^3.3.7",
"chalk": "^1.1.3",
"config": "^1.21.0",
"custom-logger": "^0.3.1",
"events": "^1.0.2",
"express": "^4.12.4",
"express-session": "^1.11.3",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.0",
"lodash": "^3.9.3",
"mkdirp": "^0.5.1",
"node-windows": "^0.1.11",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"password-hash-and-salt": "^0.1.3",
"pug": "^2.0.0-beta4",
"rimraf": "^2.4.3",
"serve-favicon": "^2.3.0",
"connect-loki": "^1.0.9",
"sqlite3": "^3.0.8",
"through": "^2.3.7",
"xml-stream": "^0.4.5",
"xml2js": "^0.4.16"
},
"devDependencies": {
"angular-mocks": "^1.5.6",
"bower-files": "^3.13.3",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-gzip": "^1.4.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.9.0",
"gulp-uglify": "^1.5.4",
"gulp-uglifycss": "^1.0.6",
"jsonfile": "^2.3.1",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
},
"license": "ISC"
}