-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
54 lines (54 loc) · 1.22 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
{
"name": "Maple",
"version": "0.3.0",
"description": "A Better Front-End Boilerplate Project.",
"keywords": [
"HTML",
"CSS",
"Front-end"
],
"homepage": "https://github.com/t32k/maple",
"bugs": "https://github.com/t32k/maple/issues",
"author": {
"name": "Koji Ishimoto",
"email": "[email protected]",
"web": "http://t32k.me"
},
"repository": {
"type": "git",
"url": "git://github.com/t32k/maple.git"
},
"engines": {
"node": ">=4.0"
},
"scripts": {
"start": "gulp serve",
"build": "gulp build"
},
"dependencies": {
"babel": "^5.8.23"
},
"devDependencies": {
"autoprefixer": "^6.0.2",
"babelify": "^6.3.0",
"browser-sync": "^2.8.2",
"browserify": "^11.2.0",
"cssnano": "^3.0.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.2",
"kss": "^2.1.0",
"postcss-calc": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^7.0.0",
"postcss-reporter": "^1.1.0",
"stylelint": "^1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"license": "MIT"
}