-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
{
"name": "pagination",
"description": "How many ways are there to build a pagination with Assemble? Many.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/pagination",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/assemble/"
},
"repository": {
"type": "git",
"url": "git://github.com/assemble/pagination.git"
},
"bugs": {
"url": "https://github.com/assemble/pagination/issues"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "~0.4.14",
"grunt": "~0.4.1",
"grunt-components": "~0.1.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-get": "~0.1.2",
"grunt-matter": "~0.1.0",
"grunt-reverse": "~0.1.3",
"handlebars-helper-lorem": "~0.1.0",
"handlebars-helper-prettify": "~0.1.11",
"lodash": "~1.3.1",
"permalinks": "~0.1.8",
"assemble-less": "~0.5.3",
"pretty": "~0.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/pagination/blob/master/LICENSE-MIT"
}
],
"keywords": [
"assemble",
"upstage",
"pagination",
"pagination",
"handlebars-helper-compose",
"handlebars-helper-lorem",
"handlebars-helper-prettify",
"templates"
]
}