-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1004 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
33
34
35
36
37
38
39
40
41
42
{
"name": "angular-templatecache-loader",
"version": "0.2.0",
"description": "Webpack angular templateCache loader",
"main": "index.js",
"scripts": {
"test": "mocha tests/index.js"
},
"keywords": [
"angular",
"template",
"cache",
"webpack",
"loader"
],
"author": {
"name": "Alexander Kochergin",
"email": "[email protected]",
"url": "https://github.com/EJIqpEP"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "3.2.0",
"webpack": "^1.11.0"
},
"dependencies": {
"angular": "^1.5.0-beta.0",
"html-minifier": "^0.7.2",
"jsesc": "^0.5.0",
"loader-utils": "^0.2.11",
"path": "^0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/EJIqpEP/angular-templatecache-webpack-loader"
},
"bugs": {
"url": "https://github.com/EJIqpEP/angular-templatecache-webpack-loader/issues"
},
"homepage": "https://github.com/EJIqpEP/angular-templatecache-webpack-loader"
}