forked from APSL/react-native-version-number
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 867 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
{
"name": "react-native-version-number",
"version": "0.3.6",
"description": "Access app version inside React Native",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/APSL/react-native-version-number.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios"
],
"keywords": [
"react",
"react-native",
"ios",
"react-component"
],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-version-number/issues"
},
"homepage": "https://github.com/APSL/react-native-version-number#readme",
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2"
}
}