-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
40
41
42
43
44
45
46
47
48
49
{
"name": "javascript-heuristic-optmizer",
"version": "0.0.0",
"description": "",
"main": "build/src/index.js",
"scripts": {
"postinstall": "tsd install",
"build": "tsc",
"test": "mocha --recursive build/test",
"pretest": "npm run clean && npm run build",
"clean": "grunt && tsd install",
"start": "npm run clean && npm run build && node --expose-gc --max-old-space-size=2047 build/src/index.js"
},
"author": {
"name": "Fabio Farzat",
"email": "ffarzat@cos.ufrj.br"
},
"license": "ISC",
"dependencies": {
"async": "^2.0.0-rc.6",
"escodegen": "git@github.com:ffarzat/escodegen.git#960138e334432951d761659c5fe9ccdaa136dbf1",
"esprima": "2.7.2",
"exectimer": "2.0.0",
"express": "^4.13.4",
"fork-pool": "^2.0.0",
"fs-extra": "0.26.7",
"http": "0.0.0",
"log4js": "0.6.33",
"ng-admin": "^1.0.0-alpha2",
"node-uuid": "1.4.7",
"nodemailer": "0.7.1",
"randomizer": "0.0.1",
"rmdir": "1.2.0",
"run-parallel-limit": "^1.0.3",
"shelljs": "0.6.0",
"snappy": "5.0.3",
"temporary": "0.0.8",
"traverse": "0.6.6",
"typescript": "1.8.10",
"websocket": "1.0.22",
"ws": "1.1.0"
},
"devDependencies": {
"expect.js": "0.3.1",
"grunt": "1.0.1",
"mocha": "2.4.5",
"tsd": "0.6.5"
}
}