forked from josx/ra-data-feathers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
192 lines (192 loc) · 4.69 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "ra-data-feathers",
"version": "2.1.0",
"description": "A feathers client for react-admin",
"main": "lib/index.js",
"scripts": {
"pretest": "npm run build",
"test": "npm run coverage",
"build": "make build",
"clean": "make clean",
"prepublish": "make build",
"publish": "git push origin --tags && npm run changelog && git push origin",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts --require babel-register",
"mocha": "env DEBUG=ra-data-feathers:* mocha --require babel-register"
},
"files": [
"LICENSE",
"*.md",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/josx/ra-data-feathers.git"
},
"keywords": [
"reactjs",
"react",
"rest",
"feathers",
"local",
"react-admin"
],
"author": "Jose Luis Di Biase",
"license": "MIT",
"bugs": {
"url": "https://github.com/josx/ra-data-feathers/issues"
},
"homepage": "https://github.com/josx/ra-data-feathers#readme",
"peerDependencies": {
"react-admin": "^2.1.1",
"@feathersjs/client": "^3.5.3"
},
"dependencies": {
"chai-as-promised": "^7.1.1",
"debug": "^3.0.0",
"deep-object-diff": "^1.1.0",
"jwt-decode": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"react": "^16.4.1",
"react-admin": "^2.1.1",
"react-dom": "^16.4.1",
"sinon": "^2.2.0"
},
"contributors": [
{
"name": "Fernando Navarro",
"email": null,
"url": "https://github.com/kfern",
"contributions": 1,
"additions": 63,
"deletions": 1,
"hireable": null
},
{
"name": "Ryan Harmuth",
"email": null,
"url": "https://github.com/Ryanthegiantlion",
"contributions": 1,
"additions": 4,
"deletions": 0,
"hireable": true
},
{
"name": "Wédney Yuri",
"email": null,
"url": "https://github.com/wedneyyuri",
"contributions": 2,
"additions": 4,
"deletions": 3,
"hireable": true
},
{
"name": "Nicholas Nelson",
"email": null,
"url": "https://github.com/nicholasnelson",
"contributions": 3,
"additions": 171,
"deletions": 32,
"hireable": true
},
{
"name": "Igor Berlenko",
"email": null,
"url": "https://github.com/7flash",
"contributions": 2,
"additions": 4,
"deletions": 3,
"hireable": null
},
{
"name": "Daniel Prentis",
"email": null,
"url": "https://github.com/dprentis",
"contributions": 1,
"additions": 297,
"deletions": 180,
"hireable": null
},
{
"name": "tony kerz",
"email": null,
"url": "https://github.com/tony-kerz",
"contributions": 3,
"additions": 251,
"deletions": 100,
"hireable": null
},
{
"name": "F.C",
"email": null,
"url": "https://github.com/fonzarely",
"contributions": 6,
"additions": 2507,
"deletions": 19,
"hireable": null
},
{
"name": "Dream",
"email": null,
"url": "https://github.com/dreamrace",
"contributions": 2,
"additions": 2,
"deletions": 0,
"hireable": null
},
{
"name": "José Luis Di Biase",
"email": null,
"url": "https://github.com/josx",
"contributions": 62,
"additions": 6657,
"deletions": 1853,
"hireable": true
},
{
"name": "Amr Noman",
"email": null,
"url": "https://github.com/AmrN",
"contributions": 4,
"additions": 239,
"deletions": 7,
"hireable": null
},
{
"name": "Lijo Antony",
"email": null,
"url": "https://github.com/lijoantony",
"contributions": 4,
"additions": 24,
"deletions": 5,
"hireable": true
},
{
"name": "Tomasz Bak",
"email": null,
"url": "https://github.com/tb",
"contributions": 2,
"additions": 187,
"deletions": 127,
"hireable": null
}
]
}