-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "project63",
"version": "0.1.0",
"private": true,
"description": "splus.gg",
"main": "node-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Harry Hough",
"license": "ISC",
"dependencies": {
"angular": "^1.5.3",
"angular-moment": "^1.0.0-beta.5",
"angular-ui-bootstrap": "^1.2.5",
"angular-ui-router": "^0.2.18",
"body-parser": "^1.15.0",
"connect-mongodb-session": "^1.1.1",
"express": "^4.13.4",
"express-brute": "^0.6.0",
"express-brute-mongo": "^0.1.0",
"express-session": "^1.13.0",
"geoip-lite": "^1.1.7",
"grunt": "^1.0.1",
"moment": "^2.12.0",
"mongodb": "^2.1.11",
"mongoose": "^4.4.10",
"please-wait": "0.0.5",
"promise-polyfill": "^5.0.0",
"redis": "^2.6.0-2",
"request": "^2.69.0",
"spinkit": "^1.2.5"
},
"devDependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-ng-annotate": "^2.0.2"
}
}