-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.56 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.56 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
{
"name": "bikram",
"version": "1.0.1",
"author": "Gabor Szabo <szabogabi@gmail.com>",
"homepage": "http://hydrogene.hu",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ceto/bikram.git"
},
"bugs": {
"url": "https://github.com/ceto/bikram/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"build": "bower install && gulp",
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">= 6.4"
},
"devDependencies": {
"asset-builder": "^2.0.0",
"browser-sync": "^2.26.3",
"del": "^2.2.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-flatten": "0.3.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^4.3.2",
"gulp-jshint": "^2.0.1",
"gulp-less": "^4.0.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^2.0.0",
"gulp-wp-pot": "^2.3.5",
"imagemin-pngcrush": "^6.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"postcss-inline-svg": "^4.1.0",
"run-sequence": "^1.1.2",
"traverse": "^0.6.6",
"wiredep": "^4.0.0"
}
}