File size: 569 Bytes
06c03b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "explorable-ml",
  "dependencies": {
    "chokidar": "^1.7.0",
    "doc2txt": "^0.0.6",
    "googleapis": "39",
    "highlight.js": "^9.12.0",
    "hot-server": "^0.0.18",
    "marked": "^0.3.6",
    "scrape-stl": "^1.0.3"
  },
  "scripts": {
    "start": "mkdir -p public && node source/third_party/index.js --watch & sleep 1 && cd public/ && hot-server --port=2344",
    "pub": "mkdir -p public && node source/third_party/index.js && gcloud --quiet app deploy --project=google.com:explorable-ml",
    "watch": "bin/watch-doc.sh"
  },
  "license": "MIT"
}