ens-usernames/package.json

34 lines
870 B
JSON
Raw Normal View History

2018-04-23 04:58:58 +00:00
{
"name": "status-contracts",
"version": "0.0.1",
"description": "",
2018-04-23 04:58:58 +00:00
"scripts": {
"solidity-coverage": "./node_modules/.bin/solidity-coverage",
2018-05-31 21:27:04 +00:00
"test": "embark test",
"lint": "eslint"
2018-04-23 04:58:58 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/contracts.git"
},
2018-04-23 05:04:49 +00:00
"author": "Status Research & Development GMBH",
2018-04-23 04:58:58 +00:00
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/contracts/issues"
},
"homepage": "https://github.com/status-im/contracts#readme",
2018-05-18 19:17:46 +00:00
"dependencies": {
2018-05-13 05:49:20 +00:00
"react": "^16.3.2",
2018-05-18 19:17:46 +00:00
"react-blockies": "^1.3.0",
2018-05-13 05:49:20 +00:00
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2"
2018-05-31 21:27:04 +00:00
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2"
2018-04-23 04:58:58 +00:00
}
}