-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "ra-data-parse",
"version": "0.0.3",
"description": "Parse data provider for react-admin",
"main": "index.js",
"scripts": {
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almahdi/ra-data-parse.git"
},
"keywords": [
"reactjs",
"react",
"rest",
"parse",
"local",
"react-admin"
],
"author": "Ali Almahdi",
"license": "MIT",
"bugs": {
"url": "https://github.com/almahdi/ra-data-parse/issues"
},
"homepage": "https://github.com/almahdi/ra-data-parse#readme",
"devDependencies": {
"react": "^16.7.0",
"react-admin": "^2.7.0",
"react-dom": "^16.7.0"
},
"peerDependencies": {
"react-admin": "^2.7.0",
"prop-types": "^15.6.2",
"parse": "^2.1.0"
}
}