-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "biancaa",
"version": "1.0.7",
"author": "Theme Junkie",
"homepage": "http://www.theme-junkie.com/",
"repository": {
"type": "git",
"url": "git@github.com:themejunkie/biancaa.git"
},
"bugs": {
"url": "https://github.com/themejunkie/biancaa/issues"
},
"licenses": [
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"devDependencies": {
"grunt": "^1.1.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-bowercopy": "^1.2.5",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-cssbeautifier": "^0.1.2",
"grunt-csscomb": "^4.0.0",
"grunt-cssjanus": "^0.5.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "^1.0.3",
"jit-grunt": "^0.10.0",
"time-grunt": "^2.0.0"
}
}