-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 888 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
{
"name": "commit_analyzer",
"version": "0.0.1",
"description": "Commit analyzer for the PublicKB repo",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CenturyLinkCloud/PublicKB.git"
},
"author": "Nick Cox",
"license": "MIT",
"bugs": {
"url": "https://github.com/CenturyLinkCloud/PublicKB/issues"
},
"homepage": "https://github.com/CenturyLinkCloud/PublicKB",
"dependencies": {
"colors": "^1.1.2",
"event-stream": "^4.0.1",
"graceful-fs": "^4.1.11",
"json-front-matter": "^1.0.0",
"line-reader": "^0.4.0",
"linebyline": "^1.3.0",
"lodash": "^4.17.15",
"marked": "^0.3.19",
"path": "^0.11.14",
"q": "^1.5.0",
"readdirp": "^2.1.0",
"recursive-readdir": "^2.2.1",
"minimist": "^1.2.5",
"debug": "^2.6.9",
"urllib-sync": "^1.1.4"
},
"devDependencies": {}
}