UNPKG

ng-html2js

Version:

Standalone script to turn Angular template into js and put it in a module.

34 lines (33 loc) 655 B
{ "author": { "name": "Brian Park", "email": "yaru22@gmail.com" }, "name": "ng-html2js", "description": "Standalone script to turn Angular template into js and put it in a module.", "version": "3.0.0", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:yaru22/ng-html2js.git" }, "keywords": [ "angular", "template", "html2js" ], "main": "./src/html2js.js", "dependencies": { "optimist": "*" }, "devDependencies": { "jasmine": "^2.3.2", "shelljs": "0.5.3" }, "bin": { "ng-html2js": "./bin/ng-html2js" }, "scripts": { "test": "`npm bin`/jasmine" } }