-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "assemble-contrib-pagination",
"description": "Permalinks plugin for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables pagable list pages.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/assemble-contrib-pagination",
"repository": {
"type": "git",
"url": "https://github.com/assemble/assemble-contrib-pagination.git"
},
"bugs": {
"url": "https://github.com/assemble/assemble-contrib-pagination/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/assemble-contrib-pagination/blob/master/LICENSE-MIT"
},
"engines": {
"node": ">=0.8.0"
},
"main": "./index.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.0",
"grunt-readme": "~0.4.0",
"grunt-repos": "~0.1.2",
"grunt-mocha-test": "~0.8.1",
"grunt-contrib-watch": "~0.5.3",
"chai": "~1.8.1",
"assemble": "^0.4.36"
},
"keywords": [
"plugin",
"assemble",
"assemble plugin"
],
"dependencies": {
"gray-matter": "~0.2.8",
"lodash": "~2.4.1",
"fs-utils": "~0.3.6",
"relative": "^0.1.2"
}
}