-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
{
"name": "karma-requirejs",
"version": "1.1.0",
"description": "A Karma plugin. Adapter for RequireJS framework.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-requirejs.git"
},
"keywords": [
"karma-plugin",
"karma-adapter",
"requirejs"
],
"author": "Vojta Jina <[email protected]>",
"devDependencies": {
"eslint": "^2.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"grunt": "~0.4.1",
"grunt-auto-release": "~0.0.2",
"grunt-bump": "~0.7.0",
"grunt-contrib-jshint": "~1.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "1.x || ~0.12",
"grunt-npm": "~0.0.2",
"jasmine-core": "^2.4.1",
"karma": "1.x || ^0.13.22",
"karma-chrome-launcher": "1.x || ^0.2.2",
"karma-firefox-launcher": "1.x || ^0.1.7",
"karma-jasmine": "1.x || ^0.3.8",
"requirejs": "^2.2.0"
},
"peerDependencies": {
"karma": ">=0.9",
"requirejs": "^2.1.0"
},
"license": "MIT",
"contributors": [
"dignifiedquire <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Mark Ethan Trostler <[email protected]>",
"Jackson Ray Hamilton <[email protected]>",
"Peter Galiba <[email protected]>",
"Sahat Yalkabov <[email protected]>",
"Sven Ambros <[email protected]>",
"Aymeric Beaumet <[email protected]>",
"xorrr <[email protected]>",
"Daniel Tschinder <[email protected]>",
"Ignacio Rivas <[email protected]>",
"Jacob Buck <[email protected]>",
"Janusz Jablonski <[email protected]>",
"Kevin Warnock <[email protected]>"
]
}