UNPKG

445 BJSONView Raw
1{
2 "name": "angular-tpl2js",
3 "version": "0.0.2",
4 "description": "Convert Angular templates to inline JavaScript",
5 "files": [
6 "index.js"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/scniro/angular-tpl2js.git"
11 },
12 "author": "scniro",
13 "license": "MIT",
14 "devDependencies": {
15 "chai": "^3.5.0",
16 "mocha": "^2.4.5"
17 },
18 "dependencies": {
19 "async": "^1.5.2",
20 "html-minifier": "^1.2.0"
21 }
22}