UNPKG

neuron-jade-compiler

Version:
38 lines (37 loc) 780 B
{ "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" } }