-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 784 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 784 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.8.0",
"description": "Node.js API for Apache Spark with Remote Client",
"author": "EclairJS <info@eclairjs.org>",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/EclairJS/eclairjs-node.git"
},
"dependencies": {
"jupyter-js-services": "^0.19.0",
"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": [
"LICENSE",
"README.md",
"lib/"
],
"scripts": {
"test": "mocha --harmony test/*.js",
"integration-test": "mocha --harmony test/it/it.js"
},
"license": "Apache-2.0",
"engine": "node >= 0.12"
}