Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « wasm « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 667ace548f136fa1829af2f2b3f0e21089f87705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "wasm-driver",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/mono/mono.git"
  },
  "dependencies": {
    "jsvu": "git+https://github.com/GoogleChromeLabs/jsvu.git",
    "lite-server": "^2.5.3",
    "node": "lts",
    "npm": "^6.13.7",
    "puppeteer": "^1.17.0"
  }
}