UNPKG

592 BJSONView Raw
1{
2 "name": "angular-tpl2js",
3 "version": "0.0.3",
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 "gulp": "^3.9.1",
17 "gulp-mocha": "^2.2.0",
18 "gulp-util": "^3.0.7",
19 "mocha": "^2.4.5"
20 },
21 "dependencies": {
22 "async": "^1.5.2",
23 "cheerio": "^0.20.0",
24 "html-minifier": "^1.2.0"
25 },
26 "scripts": {
27 "test": "gulp test"
28 }
29}