-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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
{
"name": "pley",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test",
"clean": "rm -rf build",
"build": "npm run clean && gulp",
"start": "npm run clean && gulp"
},
"author": "",
"license": "ISC",
"engines": {
"node": "6.6.0"
},
"dependencies": {
"bcrypt": "^1.0.0",
"body-parser": "^1.15.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.2",
"log-timestamp": "^0.1.2",
"mongodb": "^2.2.11",
"mongojs": "^2.4.0",
"nodemailer": "^2.6.4",
"react-router": "^3.0.0",
"superagent": "^3.1.0",
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"eslint-plugin-react": "^6.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"jasmine": "^2.5.2",
"jshint": "^2.9.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
}
}