-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"author": {
"name": "nabbl"
},
"bugs": {
"url": "https://github.com/nabbl/webpack-angular-templatecache/issues"
},
"dependencies": {},
"deprecated": false,
"description": "Creates an angularJS templateCache templates.js file from all html files and adds it to the index.html.",
"devDependencies": {
"html-minifier": "^3.5.20"
},
"homepage": "https://github.com/nabbl/webpack-angular-templatecache",
"keywords": [
"angularjs",
"templatecache"
],
"license": "MIT",
"main": "index.js",
"name": "webpack-angular-templatecache",
"repository": {
"type": "git",
"url": "git+https://github.com/nabbl/webpack-angular-templatecache.git"
},
"scripts": {
"publish-version": "(git push --follow-tags origin master) && (npm publish)",
"release": "node_modules/standard-version/bin/cli.js",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"version": "0.1.9"
}