-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.64 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.64 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
{
"name": "vulcan-gulp",
"version": "0.1.0",
"description": "Gulp as a dependency for vulcan",
"author": "Evolution 7",
"repository": {
"type": "git",
"url": "https://github.com/evolution7/vulcan-gulp"
},
"main": "index.js",
"scripts": {
"lint": "eslint src; exit 0",
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"babelify": "^7.3.0",
"browser-sync": "^2.18.2",
"browserify": "^13.1.1",
"debowerify": "^1.5.0",
"del": "^2.2.2",
"detectizr": "^2.2.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"fs": "0.0.1-security",
"grunticon-lib": "^1.2.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-merge": "^0.1.1",
"gulp-notify": "^2.2.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sass-error": "^1.0.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"modernizr": "^3.3.1",
"path": "^0.12.7",
"q": "^1.4.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"stream": "0.0.2",
"vinyl": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"engines": {
"node": "~6.9.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0"
}
}