-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.88 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "packadic-ghpages-theme",
"version": "0.0.4",
"description": "Github USER pages parent theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/packadic/ghpages-theme"
},
"keywords": [
"github",
"user",
"github-pages"
],
"author": "Robin Radic",
"license": "MIT",
"bugs": {
"url": "https://github.com/packadic/ghpages-theme/issues"
},
"homepage": "https://github.com/packadic/ghpages-theme",
"devDependencies": {
"async": "^0.9.0",
"fs-extra": "^0.12.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-build-control": "^0.2.2",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-handlebars": "^0.9.1",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jade": "^0.13.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-jekyll": "^0.4.2",
"grunt-newer": "^0.8.0",
"grunt-preprocess": "^4.0.0",
"grunt-shell": "^1.1.1",
"grunt-string-replace": "^1.0.0",
"grunt-subgrunt": "^0.4.3",
"grunt-usemin": "^2.6.2",
"handlebars": "^2.0.0",
"handlebars-helpers": "^0.5.8",
"html-minifier": "^0.6.9",
"load-grunt-tasks": "^0.4.0",
"lodash": "^2.4.1",
"minify": "^1.4.8",
"preprocess": "^2.1.0",
"rimraf": "^2.2.8",
"time-grunt": "^0.3.1",
"uglifyjs": "^2.3.6"
},
"dependencies": {
"eventemitter2": "^0.4.14",
"glob": "^4.3.5",
"grunt-radical": "0.0.13",
"jquery": "^2.1.3",
"jquery-ui": "^1.10.5",
"moment": "^2.9.0",
"node-hooked-changelog": "0.0.6",
"radic": "^0.5.4"
}
}