-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 883 Bytes
/
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
{
"name": "validations-tutorial",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp serve",
"setup": "npm install && bower install"
},
"dependencies": {
"body-parser": "~1.13.2",
"classnames": "^2.2.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"moment": "^2.10.6",
"morgan": "~1.6.1",
"react": "^0.14.2",
"react-dom": "^0.14.0",
"serve-favicon": "~2.3.0",
"validator": "^4.3.0"
},
"devDependencies": {
"babelify": "^6.3.0",
"bower": "^1.6.8",
"browser-sync": "^2.10.0",
"browserify": "^11.2.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.11.3",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.1.0",
"gulp-wait": "0.0.2",
"vinyl-source-stream": "^1.1.0"
}
}