forked from adrian-seijo/karma-closure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "karma-closure-next-visokio",
"version": "0.1.1",
"description": "Fork of the karma plugin with fixes to make it work in 0.12 - forked again under visokio account",
"main": "lib/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/visokio/karma-closure-forked"
},
"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.9.4",
"karma-jasmine": "~0.0.1",
"grunt-auto-release": "~0.0.3"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Rob Barreca <[email protected]>",
"Aaron Boushley <[email protected]>"
]
}