forked from kevinohara80/nforce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.11 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
50
{
"author": "Danilo S. Morães <[email protected]>",
"name": "sforcejs",
"description": "sforcejs is a copy of nforce with backpressure support",
"version": "1.0.5",
"keywords": [
"salesforce",
"salesforce.com",
"force.com",
"database.com",
"sfdc",
"forcedotcom",
"rest",
"api",
"bayeuxjs"
],
"repository": {
"type": "git",
"url": "git://github.com/dhulke/sforcejs.git"
},
"main": "index.js",
"dependencies": {
"bayeuxjs": "^1.0.1",
"lodash": "^4.17.11",
"mime": "1.4.1",
"request": "^2.88.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"
}