mirror of https://github.com/embarklabs/embark.git
26 lines
569 B
JSON
26 lines
569 B
JSON
{
|
|
"name": "test_app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.0.0-beta.54"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"embark-service": "file:extensions/embark-service",
|
|
"haml": "^0.4.3",
|
|
"jquery": "^3.3.1",
|
|
"react": "^16.0.0",
|
|
"react-bootstrap": "^0.32.0",
|
|
"react-dom": "^16.2.0",
|
|
"zeppelin-solidity": "1.8.0"
|
|
}
|
|
}
|