forked from kevinohara80/nforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.13 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
46
47
48
49
{
"author": "Kevin O'Hara <[email protected]> (http://kevinmohara.com)",
"name": "nforce",
"description": "nforce is a REST API wrapper for force.com, database.com, and salesforce.com",
"version": "1.10.2",
"keywords": [
"salesforce",
"salesforce.com",
"force.com",
"database.com",
"sfdc",
"forcedotcom",
"rest",
"api"
],
"repository": {
"type": "git",
"url": "git://github.com/kevinohara80/nforce.git"
},
"main": "index.js",
"dependencies": {
"faye": "1.2.3",
"lodash": "4.17.10",
"mime": "1.4.1",
"request": "2.87.0"
},
"devDependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"mocha": "^5.2.0",
"should": "3.3.1"
},
"optionalDependencies": {},
"engines": {
"node": ">= 0.12"
},
"bugs": {
"url": "http://github.com/kevinohara80/nforce/issues"
},
"scripts": {
"preversion": "npm test",
"test": "./node_modules/mocha/bin/mocha ./test --reporter spec",
"postversion": "git push && git push --tags"
},
"license": "MIT"
}