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
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 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
{
"name": "react.force.base.theme",
"version": "0.1.8",
"description": "React Native components (iOS/Android) for Salesforce Basic UI Theme.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+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",
"dependencies": {
"lodash.filter": "^4.4.0",
"lodash.omitby": "^4.4.0",
"lodash.pick": "^4.2.0"
}
}