-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
81 lines (81 loc) · 2.08 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
{
"name": "less-docs",
"description": "Official website and documentation for Less / Less.js",
"version": "0.1.3",
"homepage": "https://github.com/less/less-docs",
"contributors": [
{
"name": "Luke Page",
"url": "https://github.com/lukeapage"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "https://github.com/less/less-docs.git"
},
"bugs": {
"url": "https://github.com/less/less-docs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/less/less-docs/blob/master/LICENSE-MIT"
},
{
"type": "Creative Commons",
"url": "https://github.com/less/less-docs/blob/master/LICENSE-CC"
}
],
"main": "Gruntfile.js",
"devDependencies": {
"assemble": "~0.4.36",
"assemble-contrib-permalinks": "^0.3.6",
"assemble-less": "~0.7.0",
"chalk": "^0.4.0",
"cheerio": "~0.13.1",
"cwd": "~0.2.2",
"fs-utils": "^0.4.3",
"git-branch": "^0.1.2",
"git-repo-name": "^0.2.0",
"git-username": "^0.2.0",
"github": "~0.1.14",
"github-repo-url": "^0.2.1",
"gray-matter": "^0.4.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-prettify": "~0.3.4",
"grunt-repos": "~0.1.2",
"grunt-sync-pkg": "~0.1.2",
"handlebars": "^2.0.0-alpha.4",
"handlebars-helper-datetime": "~0.1.0",
"handlebars-helper-feed": "^0.1.1",
"handlebars-helper-slugify": "~0.2.0",
"highlight.js": "^8.0.0",
"lodash": "~2.4.1",
"marked": "^0.3.1",
"marked-extras": "^0.2.4",
"relative": "^0.1.4",
"remote-origin-url": "^0.2.1",
"request": "~2.34.0",
"strip-indent": "^0.1.3",
"template": "^0.1.8",
"verbalize": "^0.1.2"
},
"keywords": [
"handlebars-helper-datetime",
"handlebars-helper-feed",
"handlebars-helper-slugify",
"less css",
"less",
"less.js",
"lesscss"
]
}