forked from kevinohara80/nforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 947 Bytes
/
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
{
"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": "0.6.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": {
"request": "*",
"faye": "~0.8.3",
"mime": "~1.2.9"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "http://github.com/kevinohara80/nforce/issues"
},
"scripts": {
"test": "mocha --reporter spec"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/kevinohara80/nforce/master/LICENSE"
}
}