-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
99 lines (99 loc) · 2.82 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "neg_five",
"version": "2.0.0",
"description": "Quiz Bowl for the Cloud!",
"main": "app/build/server.js",
"scripts": {
"test": "karma start",
"start": "gulp babel-server && node app/build/server.js",
"start-prod": "node app/build/server.js",
"webpack": "webpack --watch",
"build": "gulp"
},
"author": "mostafa",
"license": "MIT",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-drag-and-drop-lists": "^2.1.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-0": "^6.24.1",
"bcryptjs": "^2.3.0",
"bktree": "^0.1.4",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.7",
"bootstrap-loader": "^2.2.0",
"bootswatch": "^3.3.7",
"chalk": "^2.0.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.0",
"dotenv": "^4.0.0",
"express": "^4.13.3",
"express-http-proxy": "^1.4.0",
"favicon": "0.0.2",
"helmet": "^1.3.0",
"jade": "^1.11.0",
"jquery": "^3.2.1",
"jwt-simple": "^0.5.0",
"mathjs": "^3.8.1",
"mdiff": "^0.4.0",
"mobile-drag-drop": "^2.3.0-rc.1",
"morgan": "^1.9.0",
"node-cache": "^4.1.1",
"node-fetch": "^2.3.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"pg": "8.8.0",
"pg-promise": "^10.5.6",
"shortid": "^2.2.4",
"slug": "^0.9.1",
"ts-loader": "^1.3.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"autoprefixer": "^6.0.3",
"babel": "^6.5.2",
"babel-core": "^6.26.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.9.0",
"bootstrap-loader": "^2.2.0",
"bootstrap-sass": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.2.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngmin": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"html-webpack-plugin": "^2.7.1",
"istanbul-instrumenter-loader": "^1.0.0",
"node-libs-browser": "^2.0.0",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"postcss-loader": "^1.1.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.1",
"style-loader": "^0.13.0",
"typings": "^1.3.2",
"webpack": "^3.6.0"
}
}