-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 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
{
"name": "offline-apps",
"version": "0.0.1",
"private": true,
"scripts": {
"init": "npm install && gulp",
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"dexie": "^1.4.1",
"express": "^4.13.3",
"glob": "^5.0.3",
"jade": "^1.11.0",
"method-override": "^2.3.0",
"morgan": "^1.6.1",
"request": "^2.72.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"gulp-ruby-sass": "^2.0.1",
"gulp-util": "^3.0.7",
"webpack": "^1.13.1"
}
}