forked from ExpoSEJS/z3javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 908 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 908 Bytes
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
{
"name": "z3javascript",
"version": "0.0.1",
"description": "ExpoSE: Z3 Prover bindings for JavaScript",
"main": "./bin/Z3.js",
"dependencies": {
"eslint": "^5.16.0",
"ffi": "*",
"node-gyp": "*",
"ref": "*",
"ref-array": "*"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5"
},
"scripts": {
"prepublish": "./scripts/setup",
"postinstall": "./scripts/postinstall",
"build": "./scripts/postinstall; ./scripts/setup",
"test": "Z3_PATH=./bin/libz3.so ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExpoSEJS/z3javascript.git"
},
"author": "Blake Loring <blake_l@parsed.uk>",
"license": "MIT (./LICENSE)",
"bugs": {
"url": "https://github.com/ExpoSEJS/z3javascript/issues"
},
"homepage": "https://github.com/ExpoSEJS/z3javascript#readme"
}