-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 712 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 712 Bytes
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
{
"author": "Larry Myers",
"name": "jasmine-reporters",
"description": "Reporters for the Jasmine BDD Framework",
"version": "2.5.2",
"homepage": "https://github.com/larrymyers/jasmine-reporters",
"maintainers": [
"Ben Loveridge <bloveridge@gmail.com>"
],
"scripts": {
"lint": "eslint . --report-unused-disable-directives",
"test-only": "jasmine",
"test": "npm run test-only && npm run lint"
},
"repository": {
"type": "git",
"url": "git://github.com/larrymyers/jasmine-reporters.git"
},
"dependencies": {
"mkdirp": "^1.0.4",
"@xmldom/xmldom": "^0.8.5"
},
"devDependencies": {
"eslint": "^4.11.0",
"jasmine": "^2.4.1"
},
"license": "MIT"
}