forked from rvanasa/fungi-vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "fungi-hfi",
"version": "0.1.0",
"description": "Human-Fungi Interface",
"main": "index.js",
"repository": "https://github.com/Adapton/fungi-vis.git",
"author": "Adapton Project",
"scripts": {
"start": "node index prod"
},
"dependencies": {
"async": "2.6.0",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"compression": "1.7.1",
"cookie-parser": "1.4.3",
"ejs": "2.5.7",
"express": "4.16.2",
"morgan": "1.9.0",
"sorc": "0.3.12",
"yargs": "8.0.2"
},
"devDependencies": {
"angular": "1.6.7",
"angular-animate": "1.6.7",
"angular-touch": "1.6.7",
"angular-ui-bootstrap": "2.5.6",
"camelize": "1.0.0",
"copy-webpack-plugin": "4.2.3",
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.2",
"html-loader": "0.4.5",
"parsimmon": "1.6.4",
"raw-loader": "0.5.1",
"rust-native-wasm-loader": "0.6.6",
"style-loader": "0.18.2",
"util.promisify": "1.0.0",
"wasm-loader": "1.3.0",
"webpack": "3.12.0",
"webpack-dev-middleware": "1.12.2",
"webpack-hot-middleware": "2.21.0"
}
}