2019-03-29 21:16:26 +00:00
|
|
|
{
|
|
|
|
"name": "embarkjs-ipfs",
|
2019-11-05 20:55:06 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2019-03-29 21:16:26 +00:00
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
|
|
"contributors": [],
|
|
|
|
"description": "Ipfs plugin for embarkjs",
|
2019-09-27 17:58:08 +00:00
|
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embarkjs/ipfs#readme",
|
2019-03-29 21:16:26 +00:00
|
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
|
|
|
"keywords": [
|
|
|
|
"blockchain",
|
|
|
|
"dapps",
|
|
|
|
"ethereum",
|
|
|
|
"ipfs",
|
|
|
|
"serverless",
|
|
|
|
"solc",
|
|
|
|
"solidity"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
2019-09-27 17:58:08 +00:00
|
|
|
"directory": "packages/embarkjs/ipfs",
|
2019-03-29 21:16:26 +00:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
|
|
},
|
|
|
|
"main": "dist/node/index.js",
|
2019-09-18 19:30:41 +00:00
|
|
|
"browser": "./dist/browser/index.js",
|
2019-03-29 21:16:26 +00:00
|
|
|
"browserslist": [
|
|
|
|
"last 1 version",
|
|
|
|
"not dead",
|
|
|
|
"> 0.2%"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2019-09-18 19:30:41 +00:00
|
|
|
"embark-collective": {
|
|
|
|
"build:browser": true,
|
|
|
|
"build:node": true
|
|
|
|
},
|
2019-03-29 21:16:26 +00:00
|
|
|
"scripts": {
|
2019-09-18 19:30:41 +00:00
|
|
|
"_build": "npm run solo -- build",
|
2019-03-29 21:16:26 +00:00
|
|
|
"ci": "npm run qa",
|
|
|
|
"clean": "npm run reset",
|
2019-09-18 19:30:41 +00:00
|
|
|
"qa": "npm-run-all _build",
|
|
|
|
"reset": "npx rimraf coverage dist embarkjs-*.tgz package",
|
|
|
|
"solo": "embark-solo"
|
2019-03-29 21:16:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-24 21:41:28 +00:00
|
|
|
"@babel/runtime-corejs3": "7.6.3",
|
2019-10-30 20:10:55 +00:00
|
|
|
"core-js": "3.3.5",
|
2019-11-09 00:21:17 +00:00
|
|
|
"ipfs-http-client": "39.0.2"
|
2019-03-29 21:16:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-03 14:15:12 +00:00
|
|
|
"ajv": "6.10.2",
|
2019-10-28 21:05:13 +00:00
|
|
|
"embark-solo": "^5.0.0-alpha.0",
|
2019-03-29 21:16:26 +00:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
|
|
|
"npm-run-all": "4.1.5",
|
2019-09-18 19:30:41 +00:00
|
|
|
"rimraf": "3.0.0"
|
2019-03-29 21:16:26 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-10-24 13:52:05 +00:00
|
|
|
"node": ">=10.17.0 <12.0.0",
|
|
|
|
"npm": ">=6.11.3",
|
|
|
|
"yarn": ">=1.19.1"
|
2019-03-29 21:16:26 +00:00
|
|
|
}
|
|
|
|
}
|