2017-05-01 10:51:59 +03:00
|
|
|
{
|
2017-09-08 15:32:02 +03:00
|
|
|
"name": "status-js",
|
2018-03-16 18:49:42 +01:00
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Package file for NPM packages required by make generate, to be included in Go static assets",
|
2017-12-04 17:11:14 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.0"
|
|
|
|
},
|
2017-08-25 11:56:54 +02:00
|
|
|
"dependencies": {},
|
2017-05-01 10:51:59 +03:00
|
|
|
"devDependencies": {
|
2017-09-08 15:32:02 +03:00
|
|
|
"requirejs": "^2.3.4",
|
|
|
|
"web3": "https://github.com/status-im/web3.js#status-develop"
|
2017-05-01 10:51:59 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-08 15:32:02 +03:00
|
|
|
"url": "git+https://github.com/status-im/status-go.git"
|
2017-05-01 10:51:59 +03:00
|
|
|
},
|
2018-03-16 18:49:42 +01:00
|
|
|
"author": "Pedro Pombeiro",
|
2017-05-01 10:51:59 +03:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2017-09-08 15:32:02 +03:00
|
|
|
"url": "https://github.com/status-im/status-go/issues"
|
2017-05-01 10:51:59 +03:00
|
|
|
},
|
2017-09-08 15:32:02 +03:00
|
|
|
"homepage": "https://github.com/status-im/status-go#readme"
|
2017-05-01 10:51:59 +03:00
|
|
|
}
|