-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bugger",
"version": "2.3.0",
"description": "Chrome Devtools Agents for node.js",
"main": "lib/bugger.js",
"bin": "bin/bugger.js",
"scripts": {
"test": "eslint bin lib scripts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"files": [
"bin",
"deps",
"lib",
"src",
"binding.gyp"
],
"repository": {
"type": "git",
"url": "https://github.com/buggerjs/bugger.git"
},
"author": {
"name": "Jan Krems",
"email": "jan.krems@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/buggerjs/bugger/issues"
},
"homepage": "https://github.com/buggerjs/bugger",
"devDependencies": {
"babel-core": "^5.0.0",
"coffee-script": "^1.10.0",
"eslint": "^1.9.0",
"eslint-config-groupon": "^1.1.0",
"request": "^2.65.0"
},
"dependencies": {
"bindings": "^1.2.1",
"bluebird": "^2.9.34",
"convert-source-map": "^1.1.2",
"debug": "^2.2.0",
"debug-module": "^1.0.0",
"gc-stats": "^1.0.0",
"is-utf8": "^0.2.0",
"lodash": "^3.10.1",
"minimist": "^1.2.0",
"nan": "^2.0.8",
"node-uuid": "^1.4.7",
"rc": "^1.1.5",
"safe-json-stringify": "^1.0.3",
"v8-profiler": "^5.3.2",
"ws": "~0.8.0"
}
}