-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 968 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
{
"name": "@pipelinedb/stride",
"version": "1.2.3",
"description": "Stride.io JavaScript API client",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require test/environment.js test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pipelinedb/stride.js.git"
},
"keywords": [
"stride",
"pipelinedb",
"realtime"
],
"author": "PipelineDB",
"license": "MIT",
"bugs": {
"url": "https://github.com/pipelinedb/stride.js/issues"
},
"homepage": "https://github.com/pipelinedb/stride.js#readme",
"dependencies": {
"es6-promisify": "^5.0.0",
"hyperquest": "^2.1.0",
"js-base64": "^2.1.9",
"lodash": "^4.16.2",
"request": "^2.75.0",
"root-require": "^0.3.1",
"through2": "^2.0.1"
},
"devDependencies": {
"app-module-path": "^2.0.0",
"chai": "^3.5.0",
"mocha": "^3.1.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}