forked from SalesforceLabs/react.force.data
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 890 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 890 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
{
"name": "react.force.data",
"version": "0.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForceDotComLabs/react.force.data.git"
},
"licenses" : [
{ "type": "Salesforce.com Mobile SDK License", "url": "https://github.com/forcedotcom/SalesforceMobileSDK-iOS/blob/master/LICENSE.md" }
],
"bugs": {
"url": "https://github.com/ForceDotComLabs/react.force.data/issues"
},
"homepage": "https://github.com/ForceDotComLabs/react.force.data#readme",
"dependencies": {
"lodash.findindex": "^4.4.0",
"lodash.keys": "^4.0.7",
"lodash.merge": "^4.4.0",
"lodash.pull": "^4.0.1",
"lodash.remove": "^4.5.0",
"lodash.trim": "^4.4.0",
"lodash.union": "^4.4.0",
"shallowequal": "^0.2.2"
}
}