This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
74 lines (74 loc) · 2.13 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
68
69
70
71
72
73
74
{
"name": "datascope",
"version": "0.0.8",
"private": true,
"scripts": {
"start": "node app.js",
"build": "webpack"
},
"dependencies": {
"anytojson": "git+https://github.com/birm/anyToJSON.git",
"async": "^1.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-runtime": "^6.11.6",
"babelify": "~7.2.0",
"body-parser": "^1.15.2",
"compression": "^1.6.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"copy-to-clipboard": "^3.0.8",
"crossfilter": "^1.3.11",
"crossfilter2": "^1.4.1",
"datalib": "^1.0.0",
"express": "^4.14.0",
"extend": "^2.0.1",
"halogen": "^0.2.0",
"jade": "*",
"json2csv": "^2.3.0",
"jsonschema": "^1.0.2",
"masonry-layout": "^3.3.2",
"method-override": "^2.3.6",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"node-jsx": "^0.11.0",
"react": "^15.3.2",
"react-document-title": "^2.0.2",
"react-masonry-component": "^4.2.2",
"reflux": "^0.1.13",
"serve-favicon": "^2.1.7"
},
"description": "Datascope is a platform for visualizing massive data. Datascope generates dashboards that are interactive and the visualizations are coordinated. This can be used to slice/dice the data and generate different views.",
"main": "app.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"expect": "^1.8.0",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-react": "^0.12.3",
"imports-loader": "^0.6.5",
"mocha": "^2.2.5",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"superagent": "^5.1.0",
"should": "^6.0.3",
"webpack": "^1.12.11"
},
"repository": {
"type": "git",
"url": "https://[email protected]/BMI/interactive-data-exporation.git"
},
"author": "Ganesh Iyer, Ashish Sharma, Ryan Birmingham",
"license": "Apache 2.0"
}