-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "app",
"version": "0.0.0",
"repository": "",
"license": "",
"devDependencies": {
"babel-eslint": "^4.1.5",
"babel-preset-es2015": "^6.3.13",
"body-parser": "^1.14.1",
"bower": "^1.3.1",
"del": "^2.2.0",
"eslint-config-airbnb": "^0.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.5",
"gulp-live-server": "0.0.29",
"gulp-livereload": "^3.8.1",
"jasmine": "^2.4.1",
"karma": "^0.13.11",
"karma-babel-preprocessor": "^5.2.2",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-phantomjs2-launcher": "^0.3.2",
"main-bower-files": "^2.11.0",
"morgan": "^1.6.1",
"phantomjs": "^1.9.18",
"require-dir": "^0.3.0"
},
"scripts": {
"postinstall": "bower install",
"start": "gulp dev"
},
"dependencies": {
"express": "^4.13.3",
"mongoose": "^4.2.3"
}
}