| 1 | {
|
| 2 | "name": "examples",
|
| 3 | "description": "Example projects using Template, Assemble, Verb and other node.js applications.",
|
| 4 | "version": "0.1.0",
|
| 5 | "homepage": "https://github.com/jonschlinkert/examples",
|
| 6 | "author": {
|
| 7 | "name": "Jon Schlinkert",
|
| 8 | "url": "https://github.com/jonschlinkert"
|
| 9 | },
|
| 10 | "repository": {
|
| 11 | "type": "git",
|
| 12 | "url": "git://github.com/jonschlinkert/examples.git"
|
| 13 | },
|
| 14 | "bugs": {
|
| 15 | "url": "https://github.com/jonschlinkert/examples/issues"
|
| 16 | },
|
| 17 | "licenses": [
|
| 18 | {
|
| 19 | "type": "MIT",
|
| 20 | "url": "https://github.com/jonschlinkert/examples/blob/master/LICENSE-MIT"
|
| 21 | }
|
| 22 | ],
|
| 23 | "main": "index.js",
|
| 24 | "engines": {
|
| 25 | "node": ">=0.10.0"
|
| 26 | },
|
| 27 | "scripts": {
|
| 28 | "test": "mocha -R spec"
|
| 29 | },
|
| 30 | "devDependencies": {
|
| 31 | "arr": "^0.1.5",
|
| 32 | "array-slice": "^0.2.2",
|
| 33 | "async": "^0.9.0",
|
| 34 | "bluebird": "^2.3.11",
|
| 35 | "chalk": "^0.5.1",
|
| 36 | "layouts": "^0.6.0",
|
| 37 | "load-templates": "^0.4.6",
|
| 38 | "lodash": "^2.4.1",
|
| 39 | "mocha": "*",
|
| 40 | "option-cache": "^0.1.4",
|
| 41 | "should": "*"
|
| 42 | },
|
| 43 | "keywords": [
|
| 44 | "docs",
|
| 45 | "documentation",
|
| 46 | "generate",
|
| 47 | "generator",
|
| 48 | "markdown",
|
| 49 | "templates",
|
| 50 | "verb"
|
| 51 | ]
|
| 52 | }
|