UNPKG

383 BJSONView Raw
1{
2 "name": "jade2ast",
3 "version": "0.1.6",
4 "description": "Jade syntax to ast",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
8 },
9 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
10 "license": "MIT",
11 "dependencies": {
12 "jade": "^1.7.0"
13 },
14 "devDependencies": {
15 "mocha": "^2.0.1",
16 "should": "^4.4.1"
17 }
18}