package.json

Package configuration

This is a node package manager (npm) configuration file. It's JSON-syntax is documented here.

{ "name": "groc", "version": "0.6.1", "description": "Documentation generation, in the spirit of literate programming.", "keywords": ["documentation", "docs", "generator"], "homepage": "http://nevir.github.com/groc/", "author": "Ian MacLeod <ian@nevir.net> (https://github.com/nevir)", "licenses": [{ "type": "MIT", "url": "https://github.com/nevir/groc/MIT-LICENSE.txt" }], "repository": { "type": "git", "url": "https://github.com/nevir/groc" }, "main": "./index", "directories": { "lib": "./lib" }, "bin": { "groc": "./bin/groc" }, "engines": { "node": ">= 0.8" }, "dependencies": { "coffee-script": ">= 1.1.3", "colors": ">= 0.5.1", "fs-tools": ">= 0.1.0", "glob": ">= 3.0.1", "jade": ">= 0.17.0", "optimist": ">= 0.3.4", "showdown": ">= 0.2.0", "spate": ">= 0.1.0", "uglify-js": ">= 1.1.1", "underscore": ">= 1.2.2" }, "devDependencies": {}, "scripts": {} }