-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
39 lines (39 loc) · 924 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
34
35
36
37
38
39
{
"name": "jalangi2",
"version": "0.2.6",
"description": "dynamic analysis framework for JavaScript",
"dependencies": {
"acorn": "7.2.0",
"argparse": "0.1.6",
"codemirror": "5.1.0",
"cover": "0.2.9",
"datatables": "1.10.6",
"esotope": "1.4.5",
"estraverse": "4.0.0",
"jquery": "3.5.0",
"mkdirp": "0.5.6",
"graceful-ncp": "3.0.0",
"parse5": "2.1.5",
"q": "1.2.0",
"rewriting-proxy": "0.5.1",
"temp": "0.9.1"
},
"bundledDependencies": [
"acorn",
"esotope"
],
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec node_test && python3 scripts/runalltests.py"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/jalangi2.git"
},
"devDependencies": {
"mocha": "7.1.2",
"shelljs": "^0.6.0"
},
"main": "src/js/utils/api.js",
"bin": "src/js/commands/jalangi.js"
}