-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "mygulp",
"version": "4.0.0",
"description": "``` npm init",
"main": "gulpfile.babel.js",
"scripts": {
"dev": "nodemon --watch gulpfile.babel.js --exec gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynntsc/mygulp.git"
},
"author": "Flyn Tse",
"license": "ISC",
"bugs": {
"url": "https://github.com/flynntsc/mygulp/issues"
},
"homepage": "https://github.com/flynntsc/mygulp#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0",
"babel-register": "^6.14.0",
"browser-sync": "^2.14.3",
"del": "^2.2.2",
"eslint": "^3.4.0",
"eslint-config-standard": "^10.2.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-html-replace": "^1.6.1",
"gulp-imagemin": "^3.0.3",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"gulp-usemin": "^0.3.24"
},
"dependencies": {}
}