-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 909 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
{
"name": "slicerjs",
"version": "2.1.0",
"description": "Official JavaScript client for SlicingDice, Data Warehouse and Analytics Database as a Service.",
"main": "src/slicer.js",
"scripts": {
"test": "node tests_and_examples/runQueryTests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SlicingDice/slicingdice-javascript.git"
},
"keywords": [
"slicingdice",
"slicing",
"dice",
"data",
"analysis",
"business",
"intelligence"
],
"author": "SlicingDice LLC <help@slicingdice.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SlicingDice/slicingdice-javascript/issues"
},
"homepage": "https://github.com/SlicingDice/slicingdice-javascript",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.0",
"async": "^2.6.0",
"sleep": "^5.1.1"
},
"dependencies": {}
}