-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "eclairjs",
"version": "0.10.2",
"description": "Node.js API for Apache Spark with Remote Client",
"author": "EclairJS <info@eclairjs.org>",
"main": "./client/lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/EclairJS/eclairjs.git"
},
"dependencies": {
"@jupyterlab/services": "0.35.1",
"request": "2.74.0",
"xmlhttprequest": "^1.8.0",
"ws": "^1.1.1"
},
"devDependencies": {
"chai": "3.4.x",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"mocha": "2.3.x"
},
"files": [
"client/LICENSE",
"client/README.md",
"client/lib/"
],
"scripts": {
"test": "mocha --harmony client/test/test.js",
"integration-test": "mocha --harmony client/test/it/it.js"
},
"license": "Apache-2.0",
"engine": "node >= 0.12"
}