-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 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
{
"name": "codereps",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.0.0-rc.5",
"aws-sdk": "^2.4.2",
"babel": "^6.5.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.0",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.6",
"connect": "^3.4.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.1",
"consolidate": "^0.14.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-react-views": "^0.10.2",
"express-session": "^1.13.0",
"font-awesome": "^4.6.3",
"highlight.js": "^9.4.0",
"jasmine": "^2.4.1",
"jquery": "^2.2.4",
"moment": "^2.13.0",
"mongoose": "^4.4.19",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.7.0",
"opal": "^0.6.4",
"opal-npm-wrapper": "^0.9.2",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"passport-local": "^1.0.0",
"prismjs": "^1.5.0",
"pug": "^2.0.0-alpha8",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"serve-favicon": "~2.3.0",
"session-mongoose": "^0.5.2"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"browserify": "^13.0.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"node-jsx": "^0.13.3",
"react": "^15.1.0",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"webpack": "^1.13.1"
}
}