This repository has been archived by the owner on Jun 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.49 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "node-dora",
"version": "1.0.2",
"description": "a node module wrapper for dora",
"main": "index.js",
"scripts": {
"postinstall": "node ./install",
"test": "nyc ava",
"report": "nyc report --reporter=html",
"test:watch": "npm test -- --watch",
"add-contrib": "all-contributors add",
"generate-contrib": "all-contributors generate",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edm00se/node-dora.git"
},
"keywords": [
"node",
"dora",
"xsl",
"xslt",
"xsltproc",
"xpages",
"odp"
],
"engines": {
"node": ">=6.9",
"npm": ">=3"
},
"author": "Eric McCormick (https://ericmccormick.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/edm00se/node-dora/issues"
},
"homepage": "https://github.com/edm00se/node-dora#readme",
"dependencies": {
"execa": "1.0.0",
"globby": "9.2.0",
"hasbin": "1.2.3",
"mkdirp": "0.5.1",
"ncp": "2.0.0",
"pify": "4.0.1",
"rimraf": "2.6.3",
"simple-git": "1.115.0",
"update-notifier": "3.0.0"
},
"devDependencies": {
"all-contributors-cli": "6.7.0",
"ava": "2.1.0",
"commitizen": "3.1.1",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.16.0",
"eslint-config-xo-space": "0.21.0",
"eslint-formatter-pretty": "2.1.1",
"exit": "0.1.2",
"nyc": "14.1.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}