-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1009 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
33
34
35
36
37
38
39
40
41
{
"name": "distribution",
"version": "v0.1.0",
"description": "Investigations into Simulations Runtime Distribution.",
"homepage": "https://github.com/ptrdo/distribution#readme",
"main": "distribution.js",
"files": [
"/distribution.js"
],
"scripts": {
"start": "webpack-dev-server --progress --colors --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptrdo/distribution.git"
},
"bugs": {
"url": "https://github.com/ptrdo/distribution/issues"
},
"authors": [
"Peter Sylwester <[email protected]>"
],
"license": "CC-BY-NC-SA-4.0",
"keywords": [
"javascript",
"dashboard",
"visualization",
"hpc"
],
"devDependencies": {
"@babel/core": "^7.4.4",
"babel-loader": "^8.0.6",
"webpack": "^4.32.0",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"highcharts": "^6.1.1"
}
}