-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
67 lines (67 loc) · 1.37 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
66
67
{
"name": "lumenize",
"version": "1.2.0",
"main": "./lumenize",
"description": "Illuminating the forest AND the trees in your data.",
"keywords": [
"charting",
"chart",
"infographics",
"software engineering",
"date",
"time",
"OLAP",
"business intelligence",
"BI",
"statistics",
"bayes",
"bayesian",
"bayesian classifier",
"histogram"
],
"author": {
"name": "Larry Maccherone",
"url": "http://maccherone.com"
},
"homepage": "https://github.com/lmaccherone/Lumenize",
"engines": {
"node": "^0.12.2"
},
"repository": {
"type": "git",
"url": "http://github.com/lmaccherone/Lumenize.git"
},
"preferGlobal": false,
"dependencies": {
"tztime": "^1.0.1"
},
"devDependencies": {
"async": "~0.2.9",
"bower": "1.4.x",
"brfs": "^1.4.3",
"browserify": "^4.2.0",
"coffee-coverage": "^0.6.2",
"coffee-script": "^1.9.3",
"coffeedoctest": "^0.5.0",
"coveralls": "^2.11.2",
"fileify-lm": "~0.3.1",
"find-remove": "^0.2.5",
"istanbul": "^0.3.17",
"jsduckify": "^0.3.0",
"lodash": "^4.5.1",
"marked": "0.2.x",
"nodeunit": "^0.9.1",
"orchestrator": "^0.3.7",
"uglify-js": "2.2.x",
"wrench": "1.4.x"
},
"scripts": {
"test": "cake testall"
},
"browserify": {
"transform": [
"brfs"
]
},
"license": "MIT"
}