forked from SOCR/SOCRAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·88 lines (88 loc) · 2.8 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
{
"author": "Alexandr Kalinin<[email protected]>, Selvam Palanimalai<[email protected]>",
"name": "SOCRAT",
"version": "v0.1.5-alpha.7",
"description": "Flexible HTML5/JS toolkit for interactive data analysis and visuzalization",
"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": "^1.3.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "^3.3.6",
"bootstrap-switch": "~3.0.2",
"bootstrap-tagsinput": "^0.7.1",
"connect": "^3.5.0",
"d3": "~3.5.15",
"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",
"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",
"ngHandsontable": "git+https://github.com/handsontable/ngHandsontable.git",
"select2": "^4.0.3",
"serve-static": "^1.11.1",
"typeahead.js": "git+https://github.com/twitter/typeahead.js.git"
},
"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": "*",
"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 --inline --hot -d --colors --content-base _build/",
"prod": "node_modules/webpack/bin/webpack.js -p --config ./webpack.production.config.coffee"
},
"license": "LGPL-3.0"
}