forked from mike-zorn/node-edgar-facts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 697 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
{
"name": "edgar-facts",
"version": "1.0.9",
"description": "facts about @apechimp's dog, Edgar.",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apechimp/node-edgar-facts.git"
},
"keywords": [
"edgar",
"facts"
],
"author": "Mike Atkins",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/apechimp/node-edgar-facts/issues"
},
"homepage": "https://github.com/apechimp/node-edgar-facts#readme",
"dependencies": {
"random-js": "^1.0.4"
},
"devDependencies": {
"is-string": "^1.0.4",
"standard": "^12.0.0",
"tape": "^4.0.0"
}
}