keycard-redeem/package.json
2020-05-27 16:43:29 +05:30

36 lines
697 B
JSON

{
"name": "gift-keycard",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@trailofbits/embark-contract-info": "^1.1.0"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"embark": "^5.3.0-nightly.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}