forked from netceteragroup/skele
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}