forked from Samsung/jalangi2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 872 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
{
"name": "jalangi2",
"version": "0.2.4",
"description": "dynamic analysis framework for JavaScript",
"dependencies": {
"acorn": "1.0.3",
"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": "2.1.3",
"mkdirp": "0.5.0",
"ncp": "0.6.0",
"parse5": "2.1.5",
"q": "1.2.0",
"rewriting-proxy": "0.5.0",
"temp": "0.8.1"
},
"bundledDependencies": [
"acorn",
"esotope"
],
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec node_test && python scripts/runalltests.py"
},
"license": "Apache",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/jalangi2.git"
},
"devDependencies": {
"mocha": "^2.4.5",
"shelljs": "^0.6.0"
},
"main": "src/js/utils/api.js"
}