forked from 418sec/vizion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.07 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vizion",
"version": "2.0.2",
"engines": {
"node": ">=4.0"
},
"author": {
"name": "Keymetrics",
"email": "contact@keymetrics.io"
},
"keywords": [
"git",
"svn",
"hg",
"subversion",
"mercurial",
"repository",
"parser",
"versioning",
"revision"
],
"description": "Git/Subversion/Mercurial repository metadata parser",
"repository": {
"type": "git",
"url": "https://github.com/keymetrics/vizion"
},
"main": "index.js",
"scripts": {
"cover": "nyc --reporter=html npm test",
"test": "mocha"
},
"dependencies": {
"async": "2.6.1",
"git-node-fs": "^1.0.0",
"ini": "^1.3.4",
"js-git": "^0.7.8",
"lodash.findindex": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.last": "^3.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "5.2.0",
"nyc": "12.0.2",
"shelljs": "0.8.2",
"should": "13.2.1",
"sinon": "6.1.3"
},
"bugs": {
"url": "https://github.com/keymetrics/vizion/issues"
},
"license": "Apache-2.0"
}