-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 1.7 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "figs",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/ValentinBrclz/figs.git"
},
"keywords": [
"google",
"SERP",
"position",
"seo",
"ranking"
],
"author": {
"name": "Valentin Berclaz",
"url": "http://www.valentinberclaz.com/"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ValentinBrclz/figs/issues"
},
"homepage": "https://github.com/ValentinBrclz/figs#readme",
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.9.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
"gulp-chrome-manifest": "0.0.13",
"gulp-clean-css": "^2.0.3",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.8",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.2",
"main-bower-files": "^2.11.1",
"run-sequence": "^1.1.5",
"wiredep": "^4.0.0"
},
"scripts": {
"lint": "jshint app/scripts.babel && gulp lint",
"test": "npm run-script lint"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true,
"es6": true
},
"globals": {
"chrome": true
},
"rules": {
"eol-last": 0,
"quotes": [
2,
"single"
],
"prefer-const": "error"
}
},
"jshintConfig": {
"browser": true,
"node": true,
"globals": {
"chrome": true
},
"esversion": 6
}
}