-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 987 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 987 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
37
38
{
"name": "react-native-factor-bundle",
"version": "0.0.1",
"description": "Factor react-native packager bundles into common shared bundles",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {},
"peerDependencies": {
"react-native": "^0.18.1"
},
"devDependencies": {
"del": "^2.2.0",
"eslint": "^1.10.1",
"tap": "^5.0.0"
},
"scripts": {
"test": "npm run lint && tap --cov test/*.js",
"lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
"coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zoubin/react-native-factor-bundle.git"
},
"keywords": [
"react-native",
"packager"
],
"author": "zoubin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zoubin/react-native-factor-bundle/issues"
},
"homepage": "https://github.com/zoubin/react-native-factor-bundle#readme"
}