-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "karma-suman",
"version": "0.0.1001",
"description": "A Karma plugin - adapter for the Suman test harness.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/sumanjs/karma-suman.git"
},
"keywords": [
"karma-plugin",
"karma-adapter",
"suman",
"sumanjs",
"testing",
"mocha",
"jasmine"
],
"author": "Olegzandr VD",
"dependencies": {},
"devDependencies": {
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"grunt": "~1.0.1",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-karma": "2.x",
"grunt-npm": "0.0.2",
"karma": "1.x || ",
"karma-chrome-launcher": "1.x || ~0.2.2",
"karma-firefox-launcher": "1.x || ~0.1.7",
"load-grunt-tasks": "^3.4.1"
},
"peerDependencies": {
"karma": "*"
},
"license": "MIT"
}