forked from SOCR/SOCRAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.32 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"author": "Alexandr Kalinin<[email protected]>, Selvam Palanimalai<[email protected]>",
"name": "SOCRAT",
"version": "0.1.8",
"description": "A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization",
"homepage": "https://github.com/SOCR/SOCRAT",
"repository": {
"type": "git",
"url": "https://github.com/SOCR/SOCRAT.git"
},
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-bootstrap-switch": "^0.5.1",
"angular-cookies": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-route": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-touch": "~1.5.0",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"bootstrap-switch": "~3.0.2",
"bootstrap-tagsinput": "~0.7.1",
"browserify-versionify": "~1.0.6",
"compassql": "~0.6.7",
"connect": "~3.5.0",
"d3": "~3.5.17",
"data-wrangler": "~1.0.5",
"datalib": "1.7.2",
"datatables.net": "~1.10.12",
"datatables.net-dt": "~1.10.12",
"designmodo-flat-ui": "~2.3.0",
"distributome": "^1.1.0",
"flatui-radiocheck": "~0.1.2",
"handsontable": "~0.26.0",
"holderjs": "~2.9.3",
"jquery": "~2.1.0",
"jquery-highlight": "~3.3.0",
"jquery-ui": "~1.12.0",
"jquery-ui-layout": "git+https://github.com/benosman/layout.git",
"jsfeat": "~0.0.8",
"jstat": "~1.5.2",
"jstransform": "~11.0.2",
"mathjax": "^2.7.1",
"ng-handsontable": "git+https://github.com/handsontable/ngHandsontable.git",
"powercalc": "^3.6.0",
"select2": "~4.0.3",
"serve-static": "~1.11.1",
"through": "~2.3.8",
"transform-loader": "~0.2.3",
"typeahead.js": "git+https://github.com/twitter/typeahead.js.git",
"vega": "^2.6.5",
"vega-embed": "^2.2.0",
"vega-lite": "^1.3.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"bower-webpack-plugin": "^0.1.9",
"coffee-loader": "*",
"coffee-script": "*",
"css-loader": "*",
"exports-loader": "*",
"expose-loader": "*",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"imports-loader": "*",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.0",
"karma-coffee-preprocessor": "*",
"karma-jasmine": "*",
"karma-phantomjs2-launcher": "~0.5.0",
"karma-webpack": "^1.2.2",
"less": "^2.5.3",
"less-loader": "*",
"phantomjs2": "~2.2.0",
"raw-loader": "*",
"strip-loader": "^0.1.2",
"style-loader": "*",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "node_modules/webpack/bin/webpack.js",
"watch": "node_modules/webpack/bin/webpack.js --watch",
"serve": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --colors --content-base _build/ --host 127.0.0.1 --port 8080",
"servewindows": "node node_modules\\webpack-dev-server\\bin\\webpack-dev-server.js --inline --hot -d --colors --content-base _build/ --host 127.0.0.1 --port 8080",
"prod": "node_modules/webpack/bin/webpack.js -p --config ./webpack.production.config.coffee"
},
"license": "LGPL-3.0"
}