examples
Version:
Example projects using Template, Assemble, Verb and other node.js applications.
53 lines (52 loc) • 1.16 kB
JSON
{
"name": "examples",
"description": "Example projects using Template, Assemble, Verb and other node.js applications.",
"version": "0.1.0",
"homepage": "https://github.com/jonschlinkert/examples",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/examples.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/examples/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/examples/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"arr": "^0.1.5",
"array-slice": "^0.2.2",
"async": "^0.9.0",
"bluebird": "^2.3.11",
"chalk": "^0.5.1",
"layouts": "^0.6.0",
"load-templates": "^0.4.6",
"lodash": "^2.4.1",
"mocha": "*",
"option-cache": "^0.1.4",
"should": "*"
},
"keywords": [
"docs",
"documentation",
"generate",
"generator",
"markdown",
"templates",
"verb"
]
}