-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 877 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
36
37
38
39
40
41
42
{
"name": "depurar",
"version": "0.3.0",
"description": "Debug with added sugar",
"keywords": [
"ratelimiter"
],
"author": "Kevin van Zonneveld <[email protected]>",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"app-root-path": "1.3.0",
"crc-32": "0.4.1",
"debug": "4.3.1"
},
"devDependencies": {
"airbud": "3.4.0",
"async": "2.6.4",
"chai": "3.5.0",
"coffee-coverage": "1.0.1",
"coffee-script": "1.10.0",
"coffeelint": "1.15.7",
"coveralls": "2.11.12",
"istanbul": "1.1.0-alpha.1",
"mocha": "3.0.2",
"should": "11.1.0",
"underscore": "1.12.1"
},
"repository": {
"type": "git",
"url": "git://github.com/kvz/node-depurar.git"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "make test"
},
"license": "MIT",
"main": "./lib/Depurar"
}