-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "Inosencio",
"version": "1.1.1",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-foreach": "^0.1.0",
"gulp-grunt": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-wp-pot": "^1.3.2",
"js-yaml": "^3.5.4",
"matchdep": "^1.0.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
},
"scripts": {
"watch": "gulp",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/realbig/RBM_TH_INOSENCIO.git"
},
"bugs": {
"url": "https://github.com/realbig/RBM_TH_INOSENCIO/issues"
}
}