@skele/classic
Version:
Skele is an architectural framework that assists with building data-driven apps with React or React Native.
39 lines (38 loc) • 939 B
JSON
{
"name": "@skele/classic",
"version": "1.0.0-alpha.40",
"description": "Skele is an architectural framework that assists with building data-driven apps with React or React Native.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/skele.git"
},
"keywords": [
"react",
"react-native",
"redux",
"netcetera"
],
"author": "netcetera",
"license": "MIT",
"bugs": {
"url": "https://github.com/netceteragroup/skele/issues"
},
"homepage": "https://netcetera.gitbooks.io/skele/",
"dependencies": {
"@skele/core": "^1.0.0-alpha.40",
"immutable": "^3.8.1",
"invariant": "^2.2.2",
"ramda": "^0.25.0",
"uuid": "^3.2.1"
},
"peerDependencies": {
"prop-types": "15.x || 16.x",
"react": "15.x || 16.x",
"redux": "3.x"
},
"publishConfig": {
"access": "public"
}
}