-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 905 Bytes
/
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
{
"name": "mova-viz",
"version": "0.1.0",
"description": "The Visualization Engine for Mova: Movement Analytics Platform",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --port 7856 --devtool source-map --progress --colors --hot",
"dev2": "webpack-dashboard -- webpack-dev-server --port 7856 -devtool source-map --progress --colors --hot",
"deploy": "NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mova",
"movement",
"visualization"
],
"author": "Omid Alemi",
"license": "MIT",
"devDependencies": {
"source-map-loader": "^0.1.5",
"ts-loader": "^1.2.2",
"webpack": "^1.13.3",
"webpack-dashboard": "^0.2.0"
},
"dependencies": {
"d3": "^4.4.0",
"jquery": "^3.1.1",
"mathjs": "^3.8.0",
"source-map-loader": "^0.1.5",
"typescript": "^2.0.10"
}
}