UNPKG

1.09 kBJSONView Raw
1{
2 "name": "groc",
3 "version": "0.2.8",
4 "description": "Documentation generation, in the spirit of literate programming.",
5 "keywords": ["documentation", "docs", "generator"],
6 "homepage": "http://nevir.github.com/groc/",
7 "author": "Ian MacLeod <ian@nevir.net> (https://github.com/nevir)",
8
9 "licenses": [{
10 "type": "MIT",
11 "url": "https://github.com/nevir/groc/MIT-LICENSE.txt"
12 }],
13
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/nevir/groc"
17 },
18
19 "main": "./index",
20 "directories": {
21 "lib": "./lib"
22 },
23 "bin": {
24 "groc": "./bin/groc"
25 },
26
27 "engines": {
28 "node": ">= v0.4.12"
29 },
30 "dependencies": {
31 "autorequire": "~> 0.3.0",
32 "coffee-script": "~> 1.1.3",
33 "colors": "~> 0.5.1",
34 "fs-tools": "~> 0.1.0",
35 "glob": "~> 3.0.1",
36 "jade": "~> 0.17.0",
37 "optimist": "~> 0.2.8",
38 "showdown": "~> 0.0.1",
39 "spate": "~> 0.1.0",
40 "uglify-js": "~> 1.1.1",
41 "underscore": "~> 1.2.2"
42 },
43 "devDependencies": {},
44
45 "scripts": {}
46}