File size: 367 Bytes
e9fe73b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "confidence-intervals-ojs",
  "version": "1.0.0",
  "description": "Confidence Intervals interactive app using OJS and D3",
  "main": "index.html",
  "scripts": {
    "start": "npx http-server -o",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "http-server": "^14.1.1"
  }
}