minime/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2016-11-08 13:12:24 +00:00
{
2016-11-08 13:52:57 +00:00
"name": "minime",
"version": "0.1.1",
2016-11-08 13:52:57 +00:00
"description": "MiniMe contract",
"main": "js/minimetoken.js",
2016-11-08 13:12:24 +00:00
"directories": {
"test": "test"
},
"scripts": {
"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": {
"async": "^2.1.4",
"bignumber.js": "^4.0.0",
"ethconnector": "0.0.24",
"lodash": "^4.17.4",
"runethtx": "0.0.5"
},
"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
}
}