-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.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 <vojta.jina@gmail.com>",
"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 <dignifiedquire@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Scott O'Hara <scott@oharagroup.net>",
"Mark Ethan Trostler <mark@zzo.com>",
"tawez <tawezik@gmail.com>",
"Levi Thomason <me@levithomason.com>",
"Lukasz Bandzarewicz <lucassus@gmail.com>",
"BrianLenzo <brian.lenzo@gmail.com>",
"Alex O'Rielly <aorielly@gmail.com>",
"Maksim Ryzhikov <rv.maksim@gmail.com>",
"Christopher Lowenthal <clowenthal@hybridgames.net>",
"Mark Trostler <mark@zzo.com>",
"Mike Fisher <mike@mbfisher.com>",
"Mike Frawley <frawl021@gmail.com>",
"Murphy McMahon <pandeiro@gmail.com>",
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
"Robin Roestenburg <robin@roestenburg.io>",
"Sahat Yalkabov <sakhat@gmail.com>",
"Chirayu Krishnappa <chirayu@chirayuk.com>",
"Vikram Subramanian <viks@google.com>",
"Charles Hsieh <isaddo@gmail.com>",
"Jan Dudulski <jan@dudulski.pl>",
"Lucas Galfasó <lgalfaso@gmail.com>"
]
}