UNPKG

909 BJSONView Raw
1{
2 "name": "wast-parser",
3 "version": "0.18.3",
4 "description": "wast parser",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "bin/wast-parser.js"
9 ],
10 "scripts": {
11 "test": "git submodule init && git submodule update --remote && git submodule status && mocha",
12 "testgen": "bin/wast2ast.js",
13 "prepublish": "pegjs wast.pegjs index.js"
14 },
15 "bin": {
16 "wast-parser": "./bin/wast-parser.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/drom/wast-parser.git"
21 },
22 "keywords": [
23 "wasm",
24 "wast"
25 ],
26 "author": "drom@drom.io",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/drom/wast-parser/issues"
30 },
31 "homepage": "https://github.com/drom/wast-parser#readme",
32 "devDependencies": {
33 "chai": "^3.5.0",
34 "eslint": "^2.3.0",
35 "jsof": "^0.2.1",
36 "mocha": "^2.4.5",
37 "pegjs": "^0.9.0"
38 },
39 "dependencies": {}
40}