-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
25 lines (25 loc) · 874 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
{
"name": "automated-data-agreements",
"version": "1.0.0",
"description": "<h1 align=\"center\"> Automated Data Agreements - Making data transactions trustworthy, auditable and immutable </h1>",
"main": "index.js",
"scripts": {
"edit": "node -e \"require('spec-up')()\"",
"render": "node -e \"require('spec-up')({ nowatch: true })\"",
"dev": "node -e \"require('spec-up')({ dev: true })\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentralised-dataexchange/automated-data-agreements.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/decentralised-dataexchange/automated-data-agreements/issues"
},
"homepage": "https://github.com/decentralised-dataexchange/automated-data-agreements#readme",
"dependencies": {
"push-dir": "^0.4.1",
"spec-up": "^0.10.3"
}
}