lblod-blockchain
Version:
Proof of concept rond Lokale Besluiten als Gelinkte Open Data – centrale vindplaats en mandatendatabank.
67 lines (66 loc) • 1.53 kB
JSON
{
"name": "lblod-blockchain",
"version": "2.0.0",
"description": "Proof of concept rond Lokale Besluiten als Gelinkte Open Data – centrale vindplaats en mandatendatabank.",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"start": "gulp serve",
"prod-build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VO-Blockchain/LBLOD.git"
},
"keywords": [
"LBLOD",
"BLOCKCHAIN",
"VO",
"AIV"
],
"author": "Maurice Dalderup",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/VO-Blockchain/LBLOD/issues"
},
"homepage": "https://github.com/VO-Blockchain/LBLOD#readme",
"dependencies": {
"axios": "^0.18.0",
"js-sha3": "^0.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.6.3",
"jest": "^22.1.4",
"run-sequence": "^2.2.1"
},
"babel": {
"presets": [
"es2015",
"stage-2"
],
"env": {
"test": {
"presets": [
"env",
"es2015",
"babel-polyfill",
"stage-2"
]
}
}
}
}