-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 884 Bytes
/
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
{
"name": "karma-cucumberjs",
"version": "0.0.3",
"description": "Karma adapter for running Cucumber.js specs",
"main": "lib/index.js",
"scripts": {
"test": "grunt tests"
},
"repository": {
"type": "git",
"url": "https://github.com/s9tpepper/karma-cucumberjs.git"
},
"keywords": [
"karma-plugin",
"karma-framework",
"karma",
"cucumberjs",
"cucumber"
],
"author": "Omar Gonzalez",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.4",
"karma": "~0.12.0",
"grunt-karma": "~0.8.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-watch": "~0.6.0",
"karma-jasmine": "~0.1.0",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-chrome-launcher": "~0.1.2",
"karma-safari-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.3"
}
}