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