embark/test_apps/test_app/package.json

26 lines
562 B
JSON
Raw Normal View History

2017-02-10 00:38:02 +00:00
{
"name": "test_app",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"homepage": "",
2018-01-17 18:16:43 +00:00
"devDependencies": {
"babel-code-frame": "^6.26.0"
},
2017-02-10 00:38:02 +00:00
"dependencies": {
2017-12-14 00:24:20 +00:00
"bootstrap": "^3.3.6",
"embark-service": "file:extensions/embark-service",
2018-05-08 21:49:46 +00:00
"haml": "^0.4.3",
2018-01-17 00:17:52 +00:00
"jquery": "^1.11.3",
"react": "^16.0.0",
2018-01-17 18:16:43 +00:00
"react-bootstrap": "^0.32.0",
"react-dom": "^16.2.0",
2018-04-26 20:35:00 +00:00
"zeppelin-solidity": "1.8.0"
2017-02-10 00:38:02 +00:00
}
}