2018-06-04 17:16:22 +02:00
|
|
|
{
|
2018-06-18 16:10:26 +02:00
|
|
|
"name": "@oceanprotocol/art",
|
2018-11-22 14:39:11 +01:00
|
|
|
"version": "2.1.0",
|
2018-06-04 17:16:22 +02:00
|
|
|
"description": "Ocean Protocol's assets for community distribution.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
|
|
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
|
|
|
|
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/oceanprotocol/art.git"
|
|
|
|
},
|
|
|
|
"author": "Matthias Kretschmann <matthias@bigchaindb.com>",
|
|
|
|
"license": "CC-BY-SA-4.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/oceanprotocol/art/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://oceanprotocol.com",
|
|
|
|
"devDependencies": {
|
2018-11-22 13:28:50 +01:00
|
|
|
"release-it": "^8.0.1"
|
2018-06-04 17:16:22 +02:00
|
|
|
}
|
|
|
|
}
|