-
Notifications
You must be signed in to change notification settings - Fork 446
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "less-docs",
"description": "Official website and documentation for Less / Less.js",
"version": "0.2.1",
"homepage": "https://github.com/less/less-docs",
"author": "Less Core Team (http://lesscss.org/about/#team)",
"repository": {
"type": "git",
"url": "https://github.com/less/less-docs.git"
},
"bugs": {
"url": "https://github.com/less/less-docs/issues"
},
"license": "(MIT OR CC-BY-3.0)",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"dev": "grunt design"
},
"devDependencies": {
"assemble": "^0.4.42",
"assemble-contrib-permalinks": "^0.3.6",
"assemble-less": "^0.7.0",
"chalk": "^0.5.1",
"cheerio": "^0.17.0",
"coffeescript": "^2.6.1",
"cwd": "^0.3.7",
"fs-utils": "^0.4.3",
"git-branch": "^0.1.2",
"git-repo-name": "^0.2.0",
"git-username": "^0.2.0",
"github": "^0.2.4",
"github-repo-url": "^0.2.1",
"gray-matter": "^0.5.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http-download": "^0.1.0",
"grunt-prettify": "^0.3.5",
"grunt-repos": "^0.1.2",
"grunt-sync-pkg": "^0.1.2",
"handlebars": "^4.0.11",
"handlebars-helper-datetime": "^0.1.0",
"handlebars-helper-feed": "^0.1.1",
"handlebars-helper-slugify": "^0.2.0",
"highlight.js": "^10.7.3",
"lodash": "^4.17.21",
"marked": "^0.3.19",
"marked-extras": "^0.2.4",
"relative": "^0.1.6",
"remote-origin-url": "^0.2.1",
"request": "^2.88.2",
"strip-indent": "^1.0.0",
"template": "^0.2.1",
"verbalize": "^0.1.2"
},
"keywords": [
"handlebars-helper-datetime",
"handlebars-helper-feed",
"handlebars-helper-slugify",
"less css",
"less",
"less.js",
"lesscss"
]
}