forked from ryanlntn/ignite-push-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 850 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
{
"name": "ignite-push-notification",
"description": "An ignite plugin for react-native-push-notification.",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Ryan Linton",
"email": "ryan@infinite.red",
"url": "https://github.com/ryanlntn/ignite-push-notification"
},
"scripts": {
"lint": "standard",
"test": "ava",
"watch": "ava --watch",
"coverage": "nyc ava",
"shipit": "np"
},
"standard": {
"parser": "babel-eslint"
},
"url": "https://github.com/ryanlntn/ignite-push-notification",
"repository": "ryanlntn/ignite-push-notification",
"devDependencies": {
"ava": "^2.4.0",
"babel-eslint": "^10.0.3",
"np": "^5.1.1",
"nyc": "^14.1.1",
"sinon": "^7.5.0",
"standard": "^14.3.1"
},
"dependencies": {
"react-native-push-notification": "^3.1.9"
}
}