givethdirectory
Version:
Giveth Campaign Directory
55 lines (54 loc) • 1.41 kB
JSON
{
"name": "givethdirectory",
"version": "0.2.5",
"description": "Giveth Campaign Directory",
"main": "dist/givethdirectory.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "rm -rf dist/* && babel-node js/compile.js && babel js/givethdirectory.js -o dist/givethdirectory.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giveth/givethdirectory.git"
},
"keywords": [
"giveth",
"charity",
"solidity",
"smart",
"contract",
"ethereum",
"directory",
"blockchain"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Giveth/givethdirectory/issues"
},
"homepage": "https://github.com/Giveth/givethdirectory#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1",
"ethconnector": "0.0.24",
"truffle": "^3.2.1"
},
"dependencies": {
"async": "^2.1.4",
"givethcampaign": "0.0.6",
"lodash": "^4.17.4",
"milestonetracker": "^0.1.44",
"minimetoken": "^0.1.7",
"multisigwallet": "0.0.3",
"runethtx": "0.0.7",
"vaultcontract": "0.2.20",
"web3": "^0.18.2"
}
}