forked from oswaldoacauan/ghostium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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
49
50
51
52
53
54
55
{
"name": "Ghostium",
"version": "2.2.1",
"description": "A Ghost theme focused on content based on Medium design/ux",
"url": "http://ghostium.oswaldoacauan.com/",
"copyright": "2013",
"license": "MIT",
"author": {
"name": "Oswaldo Acauan",
"email": "[email protected]",
"url": "http://oswaldoacauan.com"
},
"repository": {
"type": "git",
"url": "[email protected]:oswaldoacauan/ghostium.git"
},
"bugs": {
"url": "https://github.com/oswaldoacauan/ghostium/issues"
},
"keywords": [
"ghost",
"blog",
"theme",
"medium"
],
"dependencies": {},
"devDependencies": {
"matchdep": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-autoprefixer": "~0.4.0",
"grunt-csscss": "~0.6.1",
"grunt-svgmin": "~0.2.0",
"grunt-usemin": "~2.0.0",
"grunt-push-release": "~0.1.1",
"grunt-conventional-changelog": "~1.0.0",
"grunt-csso": "~0.5.0",
"grunt-text-replace": "~0.3.11"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt --verbose",
"postinstall": "bundle install && bower install"
}
}