-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "dabus",
"version": "0.1.0",
"description": "An automated gulp builder that uses browserify, babelify, watchify, sass etc...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"build",
"browserify",
"jsx",
"es6",
"babelify",
"sass"
],
"repository": {
"type": "git",
"url": "[email protected]:Fjandin/dabus.git"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Fjandin/dabus/issues"
},
"author": {
"name": "René Bischoff",
"email": "[email protected]",
"url": "http://github.com/Fjandin"
},
"homepage": "https://github.com/Fjandin/dabus",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^4.0.5",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"browser-sync": "^2.7.12",
"browserify": "^12.0.1",
"commander": "^2.7.1",
"csswring": "^4.0.0",
"del": "^2.0.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"lazypipe": "^1.0.1",
"lodash": "^3.10.0",
"reactify": "^1.1.1",
"run-sequence": "^1.1.1",
"sync-exec": "^0.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
}
}