forked from FAForever/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.7 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": "website",
"version": "1.2.11",
"private": true,
"dependencies": {
"accept-language-parser": "^1.3.0",
"async": "^2.1.2",
"autoprefixer": "^6.6.1",
"awesomplete": "^1.1.1",
"body-parser": "^1.15.2",
"bootstrap-switch": "^3.3.2",
"bootstrap-validator": "^0.11.5",
"chart.js": "^2.4.0",
"client-oauth2": "^4.2.1",
"crypto-js": "^3.1.7",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"express-validator": "^2.20.10",
"fullcalendar": "^3.0.1",
"github-api": "^2.3.0",
"highcharts": "^v5.0.4",
"html-ellipsis": "^1.1.1",
"json2csv": "^3.7.0",
"moment": "^2.14.1",
"moment-timezone": "^0.5.10",
"passport": "^0.3.2",
"passport-oauth2": "^1.4.0",
"pug": "^2.0.0-beta3",
"request": "^2.83.0",
"showdown": "^1.8.6",
"underscore": "^1.8.3",
"wpapi": "^0.11.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"grunt-nodemon": "^0.4.2",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.0.0",
"jshint-stylish": "^2.0.1",
"load-grunt-configs": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "~4.9.0",
"node-sass-middleware": "^0.10.0",
"open": "0.0.5",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node express.js"
},
"main": "express.js"
}