2
0
mirror of synced 2025-02-23 20:38:24 +00:00
dappcon-workshop-dapp/package.json
emizzle 5f20667a0f modified contract so that interactions with an existing account require a hash of the username.
updated tests to include most contract functions. Still need to include tweet tests.
2018-07-08 15:33:36 +10:00

23 lines
471 B
JSON

{
"name": "embark-dtwitter",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "embark test"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-stage-2": "^6.24.1"
}
}