-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 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
{
"name": "Eli",
"version": "4.0.0",
"description": "Eli is frontend development template for me.(include Honoka)",
"author": "windyakin",
"website": "http://eli.honokak.osaka/",
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "gulp test",
"start": "gulp dev",
"build": "gulp dist"
},
"repository": {
"type": "git",
"url": "https://github.com/windyakin/eli.git"
},
"config": {
"exportFiles": {
"bootstrap": [
"dist/fonts/**/*",
"dist/js/bootstrap.**js"
],
"jquery": [
"dist/jquery.**js"
],
"createjs-easeljs": [
"lib/easeljs-*.min.js"
]
}
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"bootstrap": "^3.3.7",
"bootstrap-honoka": "^3.3.7-a",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.23.7",
"createjs-easeljs": "^0.8.2",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-csscomb": "^3.0.8",
"gulp-eslint": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^3.3.0",
"gulp-regex-rename": "^0.1.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-sass-lint": "^1.3.4",
"gulp-uglify": "^3.0.0",
"jquery": "^3.3.1",
"run-sequence": "^2.2.1"
},
"dependencies": {}
}