-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 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
{
"name": "Apeiron",
"version": "1.0.0",
"private": true,
"author": "Kai Austin",
"scripts": {
"start": "nodemon app/app.js",
"production": "node web/app.js",
"poll": "node app/scripts/poll/poll.js"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.1",
"express": "~4.16.2",
"express-session": "~1.15.6",
"mailchimp-api-v3": "^1.7.0",
"method-override": "~2.3.5",
"mongoose": "~4.12.1",
"morgan": "~1.9.0",
"passport": "~0.4.0",
"passport-facebook": "~2.1.0",
"passport-google-oauth": "~1.0.0",
"passport-remember-me": "0.0.1",
"passport-twitter": "~1.0.4",
"promise": "^8.0.1",
"pug": "^2.0.0-beta.12",
"serve-favicon": "~2.4.5",
"uuid": "^3.0.1",
"validator": "^9.0.0",
"xlsx": "^0.11.5"
},
"engines": {
"node": "4.x",
"npm": "3.7.5"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.8",
"angular": "1.6.6",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "1.6.6",
"angular-ladda": "~0.4.3",
"angular-resource": "1.6.6",
"angular-route": "1.6.6",
"angular-sanitize": "1.6.6",
"bootstrap": "~3.3.7",
"bootstrap-social": "~5.1.1",
"browserify": "^14.3.0",
"browserify-css": "^0.12.0",
"font-awesome": "~4.7.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-exec": "^2.1.3",
"gulp-html-replace": "^1.6.1",
"gulp-plumber": "^1.1.0",
"gulp-remote-src": "^0.4.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.8",
"jquery": "^3.2.1",
"ladda": "~1.0.0",
"ng-dialog": "~1.4.0",
"vinyl-source-stream": "^1.1.0"
}
}