-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
50 lines (50 loc) · 975 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vizion",
"version": "2.2.1",
"engines": {
"node": ">=4.0"
},
"author": {
"name": "Keymetrics",
"email": "[email protected]"
},
"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.3",
"git-node-fs": "^1.0.0",
"ini": "^1.3.5",
"js-git": "^0.7.8"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "^6.0.0",
"nyc": "~15",
"shelljs": "~0.8.4",
"should": "~13.2.3",
"sinon": "~9.2.4"
},
"bugs": {
"url": "https://github.com/keymetrics/vizion/issues"
},
"license": "Apache-2.0"
}