forked from karma-runner/karma-closure
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "karma-closure",
"version": "0.1.1",
"description": "A Karma plugin. Resolve Google Closure dependencies on the fly.",
"main": "lib/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-closure.git"
},
"keywords": [
"karma-plugin",
"closure"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {},
"devDependencies": {
"mocha": "~1.8",
"chai": "~1.5",
"grunt-npm": "~0.0.2",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-coffeelint": "~0.0.6",
"grunt-contrib-jshint": "~0.6.0",
"grunt-simple-mocha": "~0.4.0",
"karma": "~0.13",
"karma-jasmine": "~0.3",
"grunt-auto-release": "~0.0.3"
},
"peerDependencies": {
"karma": ">=0.13"
},
"license": "MIT",
"contributors": [
"Adam S. Kirschner <[email protected]>",
"Rob Barreca <[email protected]>",
"Aaron Boushley <[email protected]>",
"Mark Trostler <[email protected]>"
]
}