-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.37 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
54
55
56
57
58
59
{
"name": "lean-starter",
"version": "1.0.0",
"description": "Lean front end biolerplate. Using EJS, node, gulp, eslint etc.",
"main": "server.js",
"scripts": {
"start": "gulp",
"test": "karma start"
},
"keywords": [
"node",
"boilerplate",
"ejs",
"gulp",
"ES6",
"sass",
"karma",
"mocha",
"chai"
],
"author": "Roger Avalos",
"license": "ISC",
"dependencies": {
"ejs": "^2.5.6",
"jquery": "^3.2.1",
"mime": "^2.2.0"
},
"devDependencies": {
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.11",
"browser-sync-close-hook": "^1.0.5",
"chai": "^4.1.2",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^1.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-watch": "^4.3.11",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.2",
"mocha": "^4.0.1",
"sinon": "^4.0.2",
"sinon-chai": "^2.14.0"
}
}