2016-11-08 13:12:24 +00:00
|
|
|
{
|
2017-02-10 06:26:29 +00:00
|
|
|
"name": "minimetoken",
|
2017-02-12 13:00:40 +00:00
|
|
|
"version": "0.1.4",
|
2016-11-08 13:52:57 +00:00
|
|
|
"description": "MiniMe contract",
|
2017-02-10 08:21:46 +00:00
|
|
|
"main": "dist/minimetoken.js",
|
2016-11-08 13:12:24 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-02-10 06:24:56 +00:00
|
|
|
"test": "mocha --compilers js:babel-core/register",
|
|
|
|
"build": "rm -rf dist/* && babel-node js/compile.js && babel js/minimetoken.js -o dist/minimetoken.js"
|
2016-11-08 13:12:24 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-15 12:38:08 +00:00
|
|
|
"url": "https://github.com/Giveth/minime.git"
|
2016-11-08 13:12:24 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dao",
|
|
|
|
"solidity",
|
|
|
|
"token",
|
|
|
|
"charity",
|
|
|
|
"smart",
|
|
|
|
"contract",
|
2016-11-15 12:49:32 +00:00
|
|
|
"minime",
|
|
|
|
"giveth",
|
|
|
|
"ethereum"
|
2016-11-08 13:12:24 +00:00
|
|
|
],
|
|
|
|
"author": "Jordi Baylina",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2016-11-15 12:38:08 +00:00
|
|
|
"url": "https://github.com/Giveth/minimi/issues"
|
2016-11-08 13:12:24 +00:00
|
|
|
},
|
2016-11-15 12:49:32 +00:00
|
|
|
"homepage": "https://github.com/Giveth/minime",
|
2016-11-08 13:12:24 +00:00
|
|
|
"dependencies": {
|
2017-02-10 06:24:56 +00:00
|
|
|
"async": "^2.1.4",
|
|
|
|
"bignumber.js": "^4.0.0",
|
|
|
|
"ethconnector": "0.0.24",
|
|
|
|
"lodash": "^4.17.4",
|
2017-02-12 13:00:40 +00:00
|
|
|
"runethtx": "0.0.6"
|
2017-02-10 06:24:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.22.2",
|
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
|
"babel-preset-stage-2": "^6.22.0"
|
2016-11-08 13:12:24 +00:00
|
|
|
}
|
|
|
|
}
|