-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 875 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
{
"name": "stack-trace-crawler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha test/*.js",
"coveralls": "cat coverage/lcov.info | node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oupsla/StacktraceCrawler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oupsla/StacktraceCrawler/issues"
},
"homepage": "https://github.com/Oupsla/StacktraceCrawler#readme",
"dependencies": {
"bluebird": "^3.4.6",
"crypto": "0.0.3",
"fscore": "^1.0.0",
"fuzzyset.js": "0.0.1",
"lodash": "^4.16.4",
"mathjs": "^3.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}