forked from karloespiritu/Bastard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 919 Bytes
/
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
{
"name": "Bastard",
"version": "1.1.4",
"description": "A Boilerplate Theme for Ghost using Twitter Bootstrap 3, Font Awesome Icons, SASS, Bower, and Grunt",
"author": {
"name": "Karlo Espiritu",
"email": "[email protected]",
"url": "http://karloespiritu.com"
},
"homepage": "https://github.com/karloespiritu/Bastard",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/karloespiritu/Bastard.git"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-sass": "^0.12.1",
"grunt-autoprefixer": "^0.7.3",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-svgmin": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0"
}
}