-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 842 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 842 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "convert2ots",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "tap test.js && xo *.js"
},
"author": "Eternity Wall",
"license": "MIT",
"dependencies": {
"commander": "^2.11.0",
"crypto": "^1.0.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"javascript-opentimestamps": "^0.2.3",
"promise": "^8.0.1",
"properties": "^1.2.1",
"request-promise": "^4.2.2",
"sleep": "^5.1.1"
},
"xo": {
"esnext": true,
"space": true,
"rules": {
"new-cap": 0,
"no-process-exit": 0
}
},
"bin": {
"index.js": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eternitywall/convert2ots.git"
},
"devDependencies": {
"tap": "^10.7.2",
"tape": "^4.8.0",
"xo": "^0.18.2"
}
}