-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
46 lines (46 loc) · 1.35 KB
/
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
41
42
43
44
45
46
{
"name": "datacomb",
"version": "1.2.1",
"description": "An interactive tool for exploring large, tabular datasets.",
"main": "js/datacomb.js",
"scripts": {
"test": "npm run build && mocha test/*-test.js",
"serve": "node ./node_modules/serve/bin/serve.js -p 5050",
"build": "node ./node_modules/node-sass/bin/node-sass src/css -o dist/css && node ./node_modules/browserify/bin/cmd.js src/js/datacomb.js -o dist/datacomb.js -s Datacomb -t [stringify --extensions .css --extensions .hbs] && echo 'Done building.'"
},
"repository": {
"type": "git",
"url": "https://github.com/cmpolis/datacomb"
},
"keywords": [
"data",
"d3",
"visualization",
"datavis"
],
"author": "Chris Polis, @ChrisPolis",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmpolis/datacomb/issues"
},
"homepage": "https://github.com/cmpolis/datacomb",
"dependencies": {
"autoprefixer": "^6.0.2",
"browserify": "^16.2.3",
"canvas-dpi-scaler": "0.0.3",
"chai": "^3.2.0",
"d3": "^3.5.17",
"jStat": "^1.4.1",
"lodash": "^4.17.11",
"mocha": "^6.1.3",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.2",
"ractive": "^0.7.3",
"ractive-range-slider": "0.1.2",
"serve": "^11.0.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"smart-table-scroll": "0.2.0",
"stringify": "^5.2.0"
}
}