2017-02-10 00:38:02 +00:00
|
|
|
{
|
|
|
|
"name": "test_app",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
2018-09-07 03:43:52 +00:00
|
|
|
"embark": "node ../../bin/embark",
|
|
|
|
"test": "npm run embark test"
|
2017-02-10 00:38:02 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
2018-01-17 18:16:43 +00:00
|
|
|
"devDependencies": {
|
2018-08-15 14:57:08 +00:00
|
|
|
"@babel/code-frame": "7.0.0-rc.1"
|
2018-01-17 18:16:43 +00:00
|
|
|
},
|
2017-02-10 00:38:02 +00:00
|
|
|
"dependencies": {
|
2017-12-14 00:24:20 +00:00
|
|
|
"bootstrap": "^3.3.6",
|
2018-04-25 19:01:01 +00:00
|
|
|
"embark-service": "file:extensions/embark-service",
|
2018-05-08 21:49:46 +00:00
|
|
|
"haml": "^0.4.3",
|
2018-07-26 01:17:54 +00:00
|
|
|
"jquery": "^3.3.1",
|
2018-01-17 00:17:52 +00:00
|
|
|
"react": "^16.0.0",
|
2018-01-17 18:16:43 +00:00
|
|
|
"react-bootstrap": "^0.32.0",
|
2018-04-12 21:55:57 +00:00
|
|
|
"react-dom": "^16.2.0",
|
2018-09-14 18:20:41 +00:00
|
|
|
"zeppelin-solidity": "1.12.0"
|
2017-02-10 00:38:02 +00:00
|
|
|
}
|
|
|
|
}
|