-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1001 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
37
38
39
40
41
42
{
"name": "jasmine-bamboo-reporter",
"version": "0.0.2",
"description": "A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.",
"main": "index.js",
"keywords": [
"JSON",
"jasmine",
"protractor",
"reporter",
"tests",
"bamboo"
],
"scripts": {
"eslint": "eslint *.js"
},
"author": {
"name": "Alexandru Badiu",
"email": "[email protected]",
"url": "http://alexandrubadiu.ro"
},
"homepage": "https://github.com/voidberg/jasmine-bamboo-reporter",
"repository": {
"type": "git",
"url": "https://github.com/voidberg/jasmine-bamboo-reporter"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/voidberg/jasmine-bamboo-reporter/issues"
},
"readmeFilename": "README.md",
"dependencies": {
"fs": "0.0.2",
"lockfile": "^1.0.1"
},
"devDependencies": {
"eslint": "^1.5.1",
"eslint-config-airbnb": "^0.1.0",
"sleep": "^3.0.1",
"jasmine": "^2.4.1"
}
}