-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.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": "sails-forcedotcom",
"version": "1.0.1",
"description": "Force.com adapter for Sails / Waterline",
"main": "./lib/adapter.js",
"scripts": {
"start": "./node_modules/.bin/sails lift",
"test": "node test/integration/runner -R spec -b"
},
"repository": {
"type": "git",
"url": "git://github.com/nutanix/sails-forcedotcom.git"
},
"keywords": [
"forcedotcom",
"force.com",
"salesforce",
"adapter",
"sails",
"waterline",
"sails.js",
"plugin"
],
"author": "Jason Sims (github.com/jasonsims)",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"q": "^1.0.0",
"jsforce": "^1.1.2",
"waterline-errors": "~0.10.0",
"captains-log": "^0.11.6",
"lodash": "^2.4.1",
"moment": "^2.6.0"
},
"devDependencies": {
"waterline-adapter-tests": "~0.10.0",
"mocha": "*",
"captains-log": "~0.11.0"
},
"waterlineAdapter": {
"type": "forcedotcom",
"interfaces": [],
"waterlineVersion": "~0.10.0"
}
}