-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
{
"name": "sfdc-rt.anyfetch.com",
"version": "0.1.0",
"description": "Salesforce real time provider for Anyfetch",
"main": "./lib/",
"scripts": {
"start": "node ./bin/server.js",
"test": "NODE_ENV=test mocha --recursive -R spec test/",
"lint": "jshint bin/ lib/ test/ config/ app.js && jscs bin/ lib/ test/ config/ app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hexanom/sfdc-rt.anyfetch.com.git"
},
"keywords": [
"anyfetch",
"sfdc"
],
"author": "H4302",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexanom/sfdc-rt.anyfetch.com/issues"
},
"homepage": "https://github.com/hexanom/sfdc-rt.anyfetch.com",
"devDependencies": {
"jscs": "^1.10.0",
"jshint": "^2.5.11",
"mocha": "^2.1.0",
"should": "^4.6.0",
"sinon": "^1.12.2"
},
"dependencies": {
"async": "^0.9.0",
"auto-load": "^1.1.0",
"dotenv": "^0.4.0",
"hiredis": "^0.1.17",
"logic-query-parser": "0.0.5",
"nforce": "^1.0.0-beta.1",
"redis": "^0.12.1",
"restify": "^2.8.4",
"supertest": "^0.15.0"
}
}