-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 1002 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
{
"name": "pta-dynamic-analysis",
"version": "1.0.0",
"description": "______________________________________________________________________________ Increasing the Performance of Dynamic Analyses Using Program Transformations",
"main": "index.js",
"scripts": {
"clean": "rm -rf benchmark-octane && rm -rf generated && rm -rf jalangi2 && rm -rf node_modules && npm install && git clone https://github.com/Samsung/jalangi2.git && cd jalangi2 && npm install && cd .. && git clone https://github.com/dai-shi/benchmark-octane.git",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linjuk/pta-dynamic-analysis.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/linjuk/pta-dynamic-analysis/issues"
},
"homepage": "https://github.com/linjuk/pta-dynamic-analysis#readme",
"dependencies": {
"esvalidate": "^0.1.3",
"uglify-js2": "^2.1.11"
}
}