-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
74 lines (74 loc) · 1.76 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
{
"name": "grunt-assemble-i18n",
"description": "Plugin for adding i18n support to Assemble projects.",
"version": "0.1.1",
"homepage": "https://github.com/assemble/grunt-assemble-i18n",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/assemble/grunt-assemble-i18n"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/grunt-assemble-i18n"
},
"bugs": {
"url": "https://github.com/assemble/grunt-assemble-i18n/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/assemble-contrib-permalinks/blob/master/LICENSE"
},
"files": [
"index.js",
"lib/"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"fs-utils": "~0.3.6",
"gray-matter": "~0.2.8",
"handlebars-helper-i18n": "^0.1.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-assemble": "~0.4.0",
"grunt-assemble-permalinks": "~0.1.0",
"handlebars": "~1.3.0",
"grunt-mocha-test": "~0.10.0",
"chai": "~1.9.1",
"cheerio": "~0.13.1"
},
"keywords": [
"assemble",
"assemblecontribcollection",
"assembleplugin",
"i18n",
"internationalize",
"language",
"local",
"localize",
"plugin"
],
"verb": {
"related": {
"list": [
"grunt-assemble",
"grunt-assemble-anchors",
"grunt-assemble-contextual",
"grunt-assemble-decompress",
"grunt-assemble-download",
"grunt-assemble-i18n",
"grunt-assemble-lunr",
"grunt-assemble-navigation",
"grunt-assemble-permalinks",
"grunt-assemble-sitemap",
"grunt-assemble-toc",
"grunt-assemble-wordcount"
]
}
}
}