-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "lightning",
"version": "0.0.0",
"description": "High performance, interactive statistical graphics engine for the web.",
"main": "make.coffee",
"scripts": {
"start": "coffee make.coffee -bdt",
"build": "coffee make.coffee -bd",
"minify": "coffee make.coffee -bm",
"watch": "coffee make.coffee -w",
"test": "coffee make.coffee -bt | faucet",
"coverage": "coffee make.coffee -b && istanbul cover build/js/tests.js && istanbul report html",
"clean": "coffee make.coffee -c",
"serve": "http-server build",
"doc": "groc src/lightning.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/h2oai/lightning.git"
},
"keywords": [
"graphics",
"visualization",
"statistics"
],
"author": "Prithvi Prabhu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/h2oai/lightning/issues"
},
"homepage": "https://github.com/h2oai/lightning",
"devDependencies": {
"async": "^0.9.0",
"bower": "^1.3.12",
"browserify": "^7.0.2",
"chroma-js": "^0.6.2",
"coffee-script": "^1.8.0",
"coffeelint": "^1.7.1",
"connect": "^3.3.3",
"d3": "^3.5.2",
"desugar": "0.0.3",
"escodegen": "^1.4.2",
"esprima": "^1.2.2",
"faucet": "0.0.1",
"fs-extra": "^0.13.0",
"glob": "^4.3.1",
"groc": "^0.8.0",
"highlight.js": "^8.4.0",
"hound": "^1.0.4",
"http-server": "^0.7.4",
"istanbul": "^0.3.5",
"jade": "^1.8.2",
"js-yaml": "^3.2.3",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"minimist": "^1.1.0",
"nib": "^1.0.4",
"request": "^2.51.0",
"serve-static": "^1.7.1",
"stylus": "^0.49.3",
"tape": "^3.0.3",
"testling": "^1.7.1",
"uglify-js": "^2.4.16"
}
}