-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.87 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.87 KB
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
{
"name": "boilerplate",
"version": "0.1.0",
"description": "A front-end boilerplate based on gulp, webpack and babel, using jade, stylus and ES6.",
"repository": {
"type": "git",
"url": "git+https://github.com/Seishi/boilerplate.git"
},
"keywords": [
"gulp",
"webpack",
"babel",
"stylus",
"jade"
],
"author": {
"name": "Seishi",
"e-mail": "shengzhizhang@gmail.com"
},
"bugs": {
"url": "https://github.com/Seishi/boilerplate/issues"
},
"homepage": "https://github.com/Seishi/boilerplate#readme",
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.8.14",
"babel-eslint": "^3.1.30",
"babel-loader": "^5.3.1",
"browser-sync": "^2.7.13",
"chai": "^3.2.0",
"css-loader": "^0.15.6",
"eslint": "^0.24.1",
"eslint-loader": "^0.14.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"front-matter": "^1.0.0",
"gulp": "^3.9.0",
"gulp-data": "^1.2.0",
"gulp-eslint": "^0.15.0",
"gulp-istanbul": "^0.10.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-sequence": "^0.4.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"isparta": "^3.0.3",
"jade": "^1.11.0",
"lodash": "^3.10.0",
"minimist": "^1.1.2",
"mocha": "^2.2.5",
"mocha-loader": "^0.7.1",
"nib": "^1.1.0",
"node-libs-browser": "^0.5.2",
"portscanner": "^1.0.0",
"postcss-loader": "^0.5.1",
"rimraf": "^2.4.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.3",
"stylus-loader": "^1.2.1",
"url": "^0.10.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"babel": "^5.6.14"
}
}