forked from marvinhuebner/src-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.76 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.76 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
{
"name": "src-kit",
"version": "1.0.0",
"description": "src-kit is a frontend devkit",
"repository": {
"type": "git",
"url": "https://github.com/marvinhuebner/src-kit"
},
"keywords": [
"frontend",
"devkit",
"scss",
"js"
],
"author": {
"name": "Marvin Hübner <marvin@marvinhuebner.com>"
},
"license": "MIT",
"homepage": "https://github.com/marvinhuebner/src-kit/blob/master/LICENSE",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.3.15",
"babel-plugin-transform-es2015-destructuring": "^6.3.15",
"babel-plugin-transform-es2015-parameters": "^6.3.26",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.4.0",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-register": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.1.2",
"gulp-favicons": "^2.2.5",
"gulp-iconfont": "^5.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.2.2",
"lodash": "^3.10.1",
"require-dir": "^0.3.0"
},
"dependencies": {
"path": "^0.12.7"
}
}