-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"dependencies": {
"acorn": "^8.7.0",
"argparse": "^2.0.1",
"escodegen": "^2.0.0",
"estraverse": "^5.3.0",
"fast-levenshtein": "^3.0.0",
"jalangi2": "^0.2.6",
"mocha": "^9.2.0"
},
"name": "dynamicprogramslicing",
"version": "1.0.0",
"description": "Dynamic program analysis for backward slicing",
"main": "scripts/testRunner.js",
"scripts": {
"test": "mocha --reporter list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmholtz/DynamicProgramSlicing.git"
},
"author": "dmholtz",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmholtz/DynamicProgramSlicing/issues"
},
"homepage": "https://github.com/dmholtz/DynamicProgramSlicing#readme"
}