-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.73 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
62
63
64
65
{
"name": "justicar",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.18",
"angular": "^1.7.0",
"angular-animate": "^1.7.0",
"angular-aria": "^1.7.0",
"angular-cookies": "^1.7.0",
"angular-filter": "^0.5.17",
"angular-local-storage": "^0.7.1",
"angular-material": "^1.1.11",
"angular-messages": "^1.7.0",
"angular-moment": "^1.2.0",
"angular-resource": "^1.7.0",
"angular-sanitize": "^1.7.0",
"angular-uuid": "0.0.4",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"droll": "^0.2.1",
"errorhandler": "^1.5.0",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"irc": "^0.5.2",
"irc-colors": "^1.4.2",
"jsonwebtoken": "^8.4.0",
"method-override": "^2.3.10",
"mongoose": "^4.13.13",
"mongoose-unique-validator": "^1.0.6",
"mongoose-validator": "^1.3.2",
"morgan": "^1.9.1",
"ngstorage": "^0.3.11",
"node-schedule": "^1.3.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"q": "^1.5.1",
"random-js": "^1.0.8",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-supervisor": "^0.2.4",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^4.0.0",
"uglifyify": "^5.0.0"
}
}