-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
83 lines (83 loc) · 2.04 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Perf.Rocks",
"description": "Web performance matters. Find resources that help you build lighning fast websites",
"version": "0.1.0",
"homepage": "http://perf.rocks",
"author": [
{
"name": "Daniel Guillan",
"url": "http://danielguillan.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/danielguillan/perf-rocks.git"
},
"bugs": {
"url": "https://github.com/danielguillan/perf-rocks/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "tasks/replacements.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.33",
"frep": "~0.1.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "^0.7.0",
"handlebars-helper-prettify": "~0.2.1",
"pretty": "~0.1.1",
"grunt-verb": "~0.2.3",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-connect": "^0.8.0",
"assemble-swig": "^0.1.0",
"lodash": "^2.4.1",
"swig-extras": "0.0.1",
"swig-extensions": "^0.1.0",
"highlight.js": "^8.3.0",
"assemble-contrib-permalinks": "^0.3.6",
"grunt-uncss": "^0.3.7",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-html-build": "^0.3.2",
"grunt-autoprefixer": "^1.0.1",
"grunt-px-to-rem": "^0.3.2",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-gh-pages": "^0.9.1",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-webp": "0.0.4"
},
"keywords": [
"assemble boilerplate",
"assemble example",
"assemble",
"assembleboilerplate",
"assemble-contrib-permalinks",
"blog generator",
"boilerplate",
"bootstrap node.js",
"bootstrap",
"build",
"component generator",
"grunt task",
"grunt",
"handlebars",
"node.js bootstrap",
"node.js jekyll",
"node.js site generator",
"site builder",
"site generator",
"templates"
],
"dependencies": {
"speakingurl": "^0.16.0"
}
}