24 lines
636 B
JSON
24 lines
636 B
JSON
{
|
|
"name": "status-js",
|
|
"version": "0.0.1",
|
|
"description": "Package file for NPM packages required by make generate, to be included in Go static assets",
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"requirejs": "^2.3.4",
|
|
"web3": "https://github.com/status-im/web3.js#status-develop"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/status-go.git"
|
|
},
|
|
"author": "Pedro Pombeiro",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/status-go/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/status-go#readme"
|
|
}
|