gi-mini-dvajs
Version:
Small DVA, multi page web solution.
37 lines (36 loc) • 888 B
JSON
{
"name": "gi-mini-dvajs",
"version": "1.0.9",
"description": "Small DVA, multi page web solution.",
"author": "Saohui <gw_iron@163.com>",
"homepage": "https://github.com/gwiron/gi",
"repository": {
"git": "https://github.com/gwiron/gi"
},
"bugs": "https://github.com/gwiron/gi/issues",
"keywords": [
"react",
"dva",
"gi",
"redux"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel gi.js -o index.js && babel src/ -d lib/"
},
"dependencies": {
"events": "^1.1.1",
"jsonuri": "^1.5.13",
"react": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
},
"license": "MIT"
}