igroot-fetch
Version:
iGroot 应用 API 层
37 lines (36 loc) • 747 B
JSON
{
"name": "igroot-fetch",
"version": "1.5.6",
"description": "iGroot 应用 API 层",
"main": "dist/index.js",
"scripts": {
"test": "mocha test.js",
"babel": "babel lib --out-dir dist"
},
"keywords": [
"igroot",
"restful",
"sl",
"graphql",
"http",
"fetch",
"axios"
],
"author": "yutao.shi, yizhen.fan",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"lokka": "^1.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^5.0.5",
"webpack": "^3.8.1"
}
}