-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "Phantom",
"version": "0.4.5",
"description": "A minimalistic and responsive theme for Ghost.",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"connect-livereload": "~0.4.0",
"grunt": "~0.4.1",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-git-describe": "^2.3.2",
"grunt-github-release-asset": "^0.1.0",
"grunt-rev": "~0.1.0",
"grunt-rsync": "~0.5.0",
"grunt-text-replace": "~0.3.11",
"load-grunt-tasks": "~0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Bartinger/phantom.git"
},
"keywords": [
"Ghost",
"Blog"
],
"author": "Dominic Bartl",
"license": "MIT"
}