forked from TyGuS/suslik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 Bytes
/
package.json
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
{
"name": "suslik",
"version": "1.0.0",
"description": "Synthestic Separation Logic -- low-level pointer program synthesis",
"main": "dist/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/TyGuS/suslik.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TyGuS/suslik/issues"
},
"homepage": "https://github.com/TyGuS/suslik#readme",
"dependencies": {
"array-equal": "^1.0.0",
"jquery": "^3.5.0",
"vue": "^2.6.11",
"vue-context": "^5.2.0"
},
"devDependencies": {
"@types/jquery": "^3.3.34",
"@types/node": "^13.11.1",
"cssnano": "^4.1.10",
"nw-vue-devtools-prebuilt": "0.0.10",
"typescript": "^3.8.3"
},
"browserslist": [
"Chrome 80"
],
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'"
}