forked from urbanairship/react-native-airship
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 904 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
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
{
"name": "urbanairship-react-native",
"version": "1.6.2",
"description": "Urban Airship plugin for React Native apps.",
"main": "./js/index.js",
"author": "Urban Airship",
"homepage": "https://github.com/urbanairship/react-native-module",
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android",
"urbanairship"
],
"devDependencies": {
"@types/react-native": "^0.50.7",
"babel-core": "6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"jsdoc": "3.5.5",
"jsdoc-babel": "0.3.0",
"minami": "1.2.3"
},
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urbanairship/react-native-module.git"
},
"license": "Apache-2.0",
"typings": "./js/index.d.ts",
"dependencies": {
"npm": "^5.8.0"
}
}