neuron-jade-compiler
Version:
The jade(2.0) compiler module for neuron
38 lines (37 loc) • 780 B
JSON
{
"name": "neuron-jade-compiler",
"version": "2.0.0",
"description": "The jade(2.0) compiler module for neuron",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec ./test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/neuron-jade-compiler.git"
},
"keywords": [
"neuron-jade-compiler",
"jade",
"compiler",
"neuron",
"builder"
],
"engines": {
"node": ">=0.10.0"
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/neuron-jade-compiler/issues"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"dependencies": {
"make-array": "^1.0.1",
"mix2": "^1.0.1",
"pug": "^2.0.0-beta4"
}
}