-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "jpopup",
"version": "0.0.2",
"author": "Farkas Janos <[email protected]>",
"config": {
"registry": "http://registry.npmjs.org"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"babel": {
"presets": [
"babel-preset-es2015-script"
]
},
"devDependencies": {
"asset-builder": "^1.1.0",
"babel-preset-es2015-script": "^1.1.0",
"cssnano": "^3.8.0",
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"minimist": "^1.1.3",
"postcss-reporter": "^3.0.0",
"run-sequence": "^1.1.2",
"stylelint": "^7.13.0",
"stylelint-order": "^0.4.4",
"stylelint-scss": "^1.5.1",
"stylelint-suitcss": "^1.0.0",
"wiredep": "^4.0.0"
}
}