-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.01 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "react-native-theme",
"version": "0.1.8",
"description": "Theme manager for react native project",
"main": "index",
"scripts": {
"test": "jest --coverage"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"coveralls": "*",
"jest-cli": "^13.2.3",
"react-native-babel-jest": "^0.x"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/react-native-babel-jest",
"collectCoverageOnlyFrom": {
"index.js": true,
"layout.js": true
},
"testPathIgnorePatterns": [
"/node_modules/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/apentle/react-native-theme.git"
},
"keywords": [
"react-native",
"theme",
"css",
"styles",
"manager"
],
"author": "Doan Nguyen <doannd@apentle.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apentle/react-native-theme/issues"
},
"homepage": "https://github.com/apentle/react-native-theme#readme"
}