forked from Kauko/FreshmanPoints
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 2.93 KB
/
Copy pathpackage.json
File metadata and controls
108 lines (108 loc) · 2.93 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
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
100
101
102
103
104
105
106
107
108
{
"name": "freshmanpoints",
"version": "0.0.1",
"description": "System for Freshmen to gather points",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/Kauko/FreshmanPoints.git"
},
"keywords": [
"Blanko"
],
"author": "Blanko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kauko/FreshmanPoints/issues"
},
"homepage": "https://github.com/Kauko/FreshmanPoints",
"dependencies": {
"flux": "~2.0.0",
"object-assign": "~1.0.0",
"superagent": "~0.21.0",
"cookie": "~0.1.2",
"keymirror": "~0.1.0",
"director": "~1.2.7",
"form-serialize": "~0.4.0",
"node-jsx": "~0.12.4",
"react": "~0.12.0",
"lodash": "~2.4.1",
"colors": "~0.6.2",
"async": "~0.7.0",
"body-parser": "~1.0.2",
"cookie-parser": "~1.3.3",
"method-override": "~2.3.0",
"compression": "~1.0.1",
"serve-favicon": "2.0.1",
"errorhandler": "~1.0.0",
"express": "~4.9.0",
"express-session": "~1.6.0",
"express-flash": "~0.0.2",
"validator": "~3.19.1",
"express-validator": "~2.6.0",
"jsonwebtoken": "~1.1.2",
"express-jwt": "~0.4.0",
"bcrypt-nodejs": "~0.0.3",
"bcrypt": "~0.8.0",
"nodemailer": "~1.3.0",
"passport": "0.2.1",
"passport-local": "~1.0.0",
"lusca": "~1.0.0",
"morgan": "~1.0.0",
"ejs": "~0.8.4",
"pg": "~4.1.1",
"sequelize": "1.7.9"
},
"devDependencies": {
"rimraf": "~2.2.8",
"kss": "~1.3.0",
"grunt": "~0.4.2",
"grunt-open": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "0.5.0",
"grunt-styleguide": "~0.2.17",
"grunt-autoprefixer": "~1.0.1",
"grunt-contrib-htmlmin": "~0.3.0",
"minifyify": "~5.0.0",
"grunt-browserify": "~3.2.0",
"grunt-usemin": "2.1.1",
"grunt-jsdoc": "beta",
"grunt-concurrent": "~1.0.0",
"grunt-react": "~0.10.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-wiredep": "~2.0.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-imagemin": "~0.9.1",
"imagemin-svgo": "~4.0.0",
"imagemin-pngquant": "~4.0.0",
"grunt-contrib-jshint": "~0.10.0",
"jshint-stylish": "~1.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-sass": "~0.17.0",
"grunt-open": "~0.2.3",
"grunt-injector": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-newer": "~0.7.0",
"underscore.string": "~2.3.3",
"include-all": "~0.1.6",
"browserify" : "~6.2.0",
"grunt-karma": "~0.9.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-chai": "0.1.0",
"karma-mocha": "~0.1.3",
"karma": "~0.12.21",
"time-grunt": "0.2.10",
"bower": "~1.3.3",
"jit-grunt": "~0.9.0",
"connect-livereload": "~0.5.2",
"grunt-express-server": "~0.4.5"
},
"scripts": {
"clean": "rimraf node_modules client/bower_components .tmp dist",
"start": "NODE_ENV=production node server.js"
},
"engines": {
"node": ">=0.10.0"
}
}