forked from less/less-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.01 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
{
"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.4",
"assemble-less": "~0.7.0",
"cheerio": "~0.13.1",
"cwd": "~0.2.2",
"github": "~0.1.14",
"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-helper-compose": "~0.2.12",
"handlebars-helper-datetime": "~0.1.0",
"handlebars-helper-eachitems": "~0.1.2",
"handlebars-helper-feed": "~0.1.1",
"handlebars-helper-md": "~0.2.0",
"handlebars-helper-partial": "~0.1.3",
"handlebars-helper-rel": "~0.1.1",
"handlebars-helper-slugify": "~0.2.0",
"lodash": "~2.4.1",
"request": "~2.34.0"
},
"keywords": [
"handlebars-helper-compose",
"handlebars-helper-datetime",
"handlebars-helper-eachitems",
"handlebars-helper-feed",
"handlebars-helper-md",
"handlebars-helper-nav",
"handlebars-helper-partial",
"handlebars-helper-rel",
"handlebars-helper-slugify",
"less css",
"less",
"less.js",
"lesscss"
]
}