foundation-sites
Version:
The most advanced responsive front-end framework in the world.
40 lines (39 loc) • 975 B
JSON
{
"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 <foundation@zurb.com> (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": "^3.0.1",
"highlight.js": "^9.0.0",
"inky": "^1.0.0-rc.1",
"kebab-case": "^1.0.0",
"marked": "^0.3.5",
"multiline": "^1.0.2",
"querystring": "^0.2.0",
"require-dir": "^0.3.0",
"string-template": "^0.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"supercollider": "^1.2.0"
}
}