-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
46 lines (46 loc) · 1000 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
43
44
45
46
{
"name": "ng-cache-loader",
"version": "0.0.26",
"description": "Puts HTML partials in the Angular's $templateCache.",
"main": "index.js",
"scripts": {
"test": "test/test.sh"
},
"keywords": [
"angular",
"template",
"cache",
"webpack",
"loader"
],
"author": {
"name": "Andrey Koperskiy",
"email": "[email protected]",
"url": "https://github.com/teux"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^2.13.1",
"eslint-config-google": "^0.6.0",
"mocha": "^2.3.0",
"webpack": "^2.4.1"
},
"dependencies": {
"extend": "^3.0.0",
"fastparse": "^1.0.0",
"html-minifier": "^3.0.2",
"loader-utils": "^1.1.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/teux/ng-cache-loader.git"
},
"bugs": {
"url": "https://github.com/teux/ng-cache-loader/issues"
},
"homepage": "https://github.com/teux/ng-cache-loader"
}