UNPKG

518 BJSONView Raw
1{
2 "name": "jade",
3 "description": "Jade template engine",
4 "version": "0.14.1",
5 "author": "TJ Holowaychuk <tj@vision-media.ca>",
6 "repository": "git://github.com/visionmedia/jade",
7 "main": "./index.js",
8 "bin": { "jade": "./bin/jade" },
9 "devDependencies": {
10 "expresso": "0.6.4",
11 "coffee-script": ">= 0.0.1",
12 "sass": ">= 0.0.1",
13 "less": ">= 0.0.1",
14 "markdown": ">= 0.0.1",
15 "stylus": ">= 0.0.1"
16 },
17 "scripts" : { "prepublish" : "npm prune" },
18 "engines": { "node": ">= 0.1.98" }
19}
\No newline at end of file