wallaby-ng-jade2js-preprocessor
Version:
Wallaby.js preprocessor to compile AngularJS templates from Jade to JavaScript.
31 lines (30 loc) • 840 B
JSON
{
"name": "wallaby-ng-jade2js-preprocessor",
"version": "0.1.0",
"description": "Wallaby.js preprocessor to compile AngularJS templates from Jade to JavaScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chinchiheather/wallaby-ng-jade2js-preprocessor.git"
},
"keywords": [
"wallaby-plugin",
"wallaby-preprocessor",
"wallaby",
"angularjs",
"angular",
"jade2js"
],
"dependencies": {
"jade": "~1.3.0"
},
"author": "Heather Roberts",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinchiheather/wallaby-ng-jade2js-preprocessor/issues"
},
"homepage": "https://github.com/chinchiheather/wallaby-ng-jade2js-preprocessor"
}