-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "cucumberjs-browserRunner",
"version": "0.3.2",
"description": "Browser runner for [cucumber.js library](https://github.com/cucumber/cucumber-js)\r This runner is a wrapper around [cucumber.js](https://github.com/cucumber/cucumber-js) library which is responsible for running\r a tests written in [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin)",
"main": "grunt",
"directories": {
"test": "tests"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-jslint": "^1.1.12",
"grunt-contrib-uglify": "^0.6.0",
"node-minify": "^0.10.5",
"uglify-js": "^2.4.15",
"uglifyjs": "^2.3.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/akania/cucumberjs-browserRunner.git"
},
"author": "Artur Kania",
"license": "MIT",
"bugs": {
"url": "https://github.com/akania/cucumberjs-browserRunner/issues"
},
"homepage": "https://github.com/akania/cucumberjs-browserRunner"
}