-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 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
29
30
31
32
33
34
35
{
"name": "jasmine-markdown-reporter",
"version": "1.0.1",
"description": "Jasmine Markdown Reporter",
"main": "index.js",
"scripts": {
"standard": "standard || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binodnp/jasmine-markdown-reporter.git"
},
"keywords": [
"jasmine",
"tdd",
"test",
"unit-test",
"integration-test",
"bdd",
"spec",
"report",
"markdown",
"reporter",
"github"
],
"author": "Binod Nirvan <binodnp@outlook.com> (https://linkedin.com/in/binodnirvan/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/binodnp/jasmine-markdown-reporter/issues"
},
"homepage": "https://github.com/binodnp/jasmine-markdown-reporter#readme",
"devDependencies": {
"standard": "^15.0.0"
}
}