This repository was archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
47
48
49
50
51
52
{
"name": "angular-combine",
"description": "Allow loading of merge templates into a single HTML file.",
"version": "0.1.5",
"homepage": "https://github.com/astik/angular-combine",
"author": {
"name": "Romain Gonord",
"email": "romain.gonord.opensource@neteyes.org"
},
"repository": {
"type": "git",
"url": "git://github.com/astik/angular-combine.git"
},
"bugs": {
"url": "https://github.com/astik/angular-combine/issues"
},
"license": "MIT",
"main": "./dist/angular-combine.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banner": "0.6.0",
"grunt-release": "0.14.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jsbeautifier": "0.2.13",
"grunt-jscs": "3.0.1",
"grunt-ng-annotate": "3.0.0",
"grunt-remove-logging": "0.2.0",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0"
},
"peerDependencies": {
"grunt": "1.0.1"
},
"keywords": [
"angular",
"combine",
"performance",
"partials",
"$templateCache"
]
}