UNPKG

597 BJSONView Raw
1{
2 "name": "jade",
3 "description": "Jade template engine",
4 "version": "0.21.0",
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 "dependencies": {
10 "commander": "0.5.x",
11 "mkdirp": ">= 0.0.7"
12 },
13 "devDependencies": {
14 "mocha": "*",
15 "coffee-script": "*",
16 "markdown": "*",
17 "stylus": "*",
18 "uubench": "*",
19 "should": "*",
20 "less": "*",
21 "uglify-js": "*"
22 },
23 "scripts" : { "prepublish" : "npm prune" },
24 "engines": { "node": ">= 0.1.98" }
25}