-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
41 lines (41 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
41
{
"name": "karma-commonjs",
"version": "1.0.0",
"description": "A Karma plugin. Test CommonJS modules.",
"main": "lib/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-commonjs.git"
},
"keywords": [
"karma-plugin",
"commonjs"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.11",
"grunt-karma": "1.x || ~1.0.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-auto-release": "~0.0.3",
"karma-jasmine": "1.x",
"karma-chrome-launcher": "1.x",
"karma-firefox-launcher": "1.x"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Vojta Jina <[email protected]>",
"James Shore <[email protected]>",
"Ben Drucker <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Marian Zagoruiko <[email protected]>"
]
}