-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
26 lines (26 loc) · 960 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
{
"name": "TokenlyPublisherBridge",
"version": "1.0.0",
"description": "Publish media metadata to the Florincoin blockchain. This server application includes API endpoints to publish metadata, update/change metadata, removal of metadata from being listed in LibraryD, and the transfer of ownership from Tokenly and back to the original user.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OstlerDev/TokenlyPublisherBridge.git"
},
"author": "Skylar Ostler <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/OstlerDev/TokenlyPublisherBridge/issues"
},
"homepage": "https://github.com/OstlerDev/TokenlyPublisherBridge#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"oip-npm": "^1.6.9",
"request": "^2.72.0",
"sqlite3": "^3.1.4"
}
}