forked from kevinohara80/nforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 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
51
52
53
54
55
{
"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.3.3",
"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": {
"bluebird": "^2.3.11",
"faye": "1.1.0",
"lodash": "^3.10.1",
"mime": "1.2.11",
"request": "^2.49.0"
},
"devDependencies": {
"body-parser": "1.0.2",
"cookie-parser": "1.0.1",
"express": "4.1.1",
"express-session": "1.0.4",
"gulp": "^3.9.0",
"gulp-jshint": "^1.9.0",
"jade": "1.3.1",
"jshint-stylish": "^2.1.0",
"mocha": "^2.2.5",
"run-sequence": "^1.0.2",
"should": "3.3.1"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bugs": {
"url": "http://github.com/kevinohara80/nforce/issues"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test --reporter spec"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
}