-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.38 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.38 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
{
"name": "assemble-yaml",
"version": "0.2.1",
"description": "Utility library for working with YAML front matter. Works with or without Assemble.",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"homepage": "https://github.com/assemble/assemble-yaml",
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/assemble-yaml/blob/master/LICENSE-MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/assemble/assemble-yaml.git"
},
"bugs": {
"url": "https://github.com/assemble/assemble-yaml/issues"
},
"main": "./lib",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "~0.2.1",
"globule": "~0.1.0",
"iconv-lite": "~0.2.11",
"js-yaml": "~2.1.0",
"lodash": "~1.3.1",
"sort-object": "0.0.4",
"to": "~0.2.9"
},
"devDependencies": {
"chai": "~1.7.2",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-mocha-test": "~0.6.2",
"grunt-readme": "~0.1.3"
},
"keywords": [
"assemble",
"front matter",
"jekyll",
"metadata",
"static site generator",
"yaml front matter",
"yaml",
"yfm"
]
}