-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "framework",
"version": "1.0.0",
"description": "description goes here",
"main": "bin/start",
"scripts": {
"test": "mocha"
},
"author": "bleepbloopsify",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-react": "^6.16.0",
"gulp": "^3.9.1",
"gulp-jsdoc3": "^0.3.0",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-eslint": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"connect-mongo": "^1.3.2",
"del": "^2.2.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"jsonfile": "^2.4.0",
"mongoose": "^4.6.0",
"morgan": "^1.7.0",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"serve-favicon": "^2.3.0",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0",
"swig": "^1.4.2"
}
}