forked from SalesforceLabs/react.force.base.theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 744 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
{
"name": "react.force.base.theme",
"version": "0.1.8",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ForceDotComLabs/react.force.base.theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ForceDotComLabs/react.force.base.theme/issues"
},
"rnpm": {
"assets": [
"Fonts"
]
},
"homepage": "https://github.com/ForceDotComLabs/react.force.base.theme#readme",
"peerDependencies": {
"react-native": ">=0.20.0"
},
"dependencies": {
"lodash.filter": "^4.4.0",
"lodash.omitby": "^4.4.0",
"lodash.pick": "^4.2.0"
}
}