-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
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
40
41
42
{
"name": "meminsight",
"version": "0.0.1",
"description": "JavaScript memory analyses",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/meminsight.git"
},
"dependencies": {
"argparse": "0.1.15",
"ejs": "1.0.0",
"escope": "1.0.1",
"execSync": "1.0.2",
"express": "3.4.8",
"fast-stats": "0.0.2",
"finalhandler": "0.0.3",
"grunt": "0.4.5",
"jalangi2": "0.2.5",
"jsonparse": "0.0.6",
"line-by-line": "0.1.3",
"mkdirp": "0.5.0",
"mocha": "1.20.1",
"q": "1.0.1",
"rimraf": "2.2.8",
"serve-static": "1.3.2",
"sloc": "0.1.7",
"temp": "0.8.1",
"websocket": "1.0.17",
"wrench": "1.5.8"
},
"scripts": {
"test": "(cat test/testSuite.txt | sed 's/^/test\\//' | xargs ./node_modules/.bin/mocha --reporter spec --harmony) && cd lifetime-analysis && ./gradlew cleanTest test && cd ..",
"build": "grunt typescript"
},
"devDependencies": {
"grunt-cli": "0.1.13",
"grunt-exec": "^0.4.6",
"grunt-simple-mocha": "0.4.0",
"grunt-typescript": "0.6.1"
},
"license": "Apache-2.0"
}