-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "dread-steed",
"version": "0.1.1",
"description": "Module that helps handle a salesforce connection and all the fun mess that comes with salesforce",
"main": "dread-steed.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/sandman45/dread-steed.git"
},
"keywords": [
"salesforce",
"connection",
"pool",
"helper"
],
"author": "Matthew W. Sanders <[email protected]> (http://mattsanders.org/)",
"contributors": ["Jess Haddow"],
"license": "MIT",
"bugs": {
"url": "https://github.com/sandman45/dread-steed/issues"
},
"homepage": "https://github.com/sandman45/dread-steed",
"devDependencies": {
"chai": "3.4.1",
"mocha": "2.3.4",
"sinon": "1.17.4"
},
"dependencies": {
"bluebird": "3.1.1",
"jsforce": "1.5.0",
"lodash.assign": "^4.2.0",
"lodash.foreach": "^4.5.0",
"lodash.isarray": "^4.0.0",
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"node-uuid": "1.4.7"
}
}