forked from Samsung/jalangi2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 808 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":"jalangi2",
"version":"0.2.3",
"description":"dynamic analysis framework for JavaScript",
"dependencies":{
"acorn": "1.0.3",
"argparse": "0.1.6",
"cover": "0.2.9",
"esotope": "1.4.5",
"estraverse": "4.0.0",
"mkdirp": "0.5.0",
"ncp": "0.6.0",
"rewriting-proxy": "0.4.2",
"temp": "0.8.1",
"q": "1.2.0",
"codemirror": "5.1.0",
"jquery": "2.1.3",
"datatables": "1.10.6"
},
"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.1.0"
},
"main": "src/js/utils/api.js"
}