-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathpackage.json
69 lines (69 loc) · 2.16 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "karma-ng-html2js-preprocessor",
"version": "1.0.0",
"description": "A Karma plugin. Compile AngularJS templates to JavaScript on the fly.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-ng-html2js-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"angularjs",
"angular",
"html2js"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {},
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^1.6.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.2",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.2.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"dignifiedquire <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Scott O'Hara <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"tawez <[email protected]>",
"Levi Thomason <[email protected]>",
"Lukasz Bandzarewicz <[email protected]>",
"BrianLenzo <[email protected]>",
"Alex O'Rielly <[email protected]>",
"Maksim Ryzhikov <[email protected]>",
"Christopher Lowenthal <[email protected]>",
"Mark Trostler <[email protected]>",
"Mike Fisher <[email protected]>",
"Mike Frawley <[email protected]>",
"Murphy McMahon <[email protected]>",
"Pawel Kozlowski <[email protected]>",
"Robin Roestenburg <[email protected]>",
"Sahat Yalkabov <[email protected]>",
"Chirayu Krishnappa <[email protected]>",
"Vikram Subramanian <[email protected]>",
"Charles Hsieh <[email protected]>",
"Jan Dudulski <[email protected]>",
"Lucas Galfasó <[email protected]>"
]
}