-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.54 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
60
61
62
63
64
65
66
67
68
{
"author": "DDiimmkkaass",
"name": "lets_cook",
"private": true,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "[email protected]:prototypes/satelits.git"
},
"browser": {
"plugin": "./src/javascript/vendor/jquery-plugin.js"
},
"dependencies": {
"glob": "~4",
"bower": "~1.3",
"gulp": "^3.9.0",
"gulp-util": "~3.0",
"gulp-autoprefixer": "~0.0.8",
"gulp-uglify": "^1.1.0",
"gulp-coffee": "~2.1",
"gulp-concat": "~2.3",
"coffee-script": "~1.7",
"gulp-imagemin": "^2.2.1",
"gulp-sass": "^2.2.0",
"gulp-phpunit": "0.0.1",
"gulp-minify-css": "~0.3.4",
"gulp-plumber": "^1.0.1",
"autoprefixer": "^6.3.6",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.5.2",
"browser-sync": "^2.2.1",
"del": "^1.1.1",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.2",
"gulp-cssnano": "^2.0.0",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-stylus": "^2.5.0",
"gulp-useref": "^3.0.0",
"main-bower-files": "^2.5.0",
"nib": "^1.1.0",
"wiredep": "^2.2.2"
},
"scripts": {
"gulp": "gulp",
"gulp-watch": "gulp watch",
"bower": "bower install --allow-root"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true,
"jquery": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}