-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "foundation-docs",
"version": "0.1.0",
"description": "Common templates and utilities for the Foundation family documentation.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zurb/foundation-docs.git"
},
"keywords": [
"foundation",
"docs"
],
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/foundation-docs/issues"
},
"homepage": "https://github.com/zurb/foundation-docs#readme",
"dependencies": {
"handlebars": "^4.0.12",
"highlight.js": "^9.0.0",
"inky": "^1.0.0-rc.1",
"js-beautify": "^1.6.2",
"kebab-case": "^1.0.0",
"marked": "^0.5.0",
"multiline": "^1.0.2",
"querystring": "^0.2.0",
"require-dir": "^1.0.0",
"string-template": "^1.0.0",
"strip-indent": "^2.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"supercollider": "^1.2.0"
}
}