-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.6 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
{
"name": "vous-etes-ici",
"version": "0.0.5",
"description": "Web intro.",
"license": "AGPL-3.0",
"keywords": [
"you-are-here",
"newbie"
],
"repository": "millette/vous-etes-ici",
"author": {
"name": "Robin Millette",
"email": "[email protected]",
"url": "http://robin.millette.info"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "gulp lint",
"build": "gulp && cp _package.json dist/package.json",
"start": "gulp serve",
"now": "npm run build && now dist"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.16.0",
"del": "^2.2.2",
"eslint-config-standard": "^6.0.1",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"main-bower-files": "^2.13.1",
"micro-list": "github:millette/micro-list#4d49e6a58543037d403238d57ce1a69f0dc24757",
"now": "^0.25.1",
"now-serve": "^0.2.0",
"wiredep": "^4.0.0"
},
"eslintConfig": {
"extends": [
"standard"
],
"env": {
"jquery": true,
"es6": true,
"node": true,
"browser": true
}
}
}