forked from APSL/react-native-version-number
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 793 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
{
"name": "react-native-version-number",
"version": "0.3.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+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 <amedina@apsl.net>",
"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"
}
}