-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
37 lines (37 loc) · 962 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
{
"name": "longjohn",
"description": "Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces",
"version": "0.2.12",
"homepage": "https://github.com/mattinsler/longjohn",
"author": {
"name": "Matt Insler",
"email": "[email protected]",
"url": "http://www.mattinsler.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mattinsler/longjohn.git"
},
"bugs": {
"url": "https://github.com/mattinsler/longjohn/issues"
},
"license": "MIT",
"main": "dist/longjohn",
"engines": {
"node": ">= 0.9.3"
},
"devDependencies": {
"coffee-script": "1.12.2",
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-coffee": "0.7.0",
"mocha": "3.2.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register -R spec"
},
"keywords": [],
"dependencies": {
"source-map-support": "0.3.2 - 1.0.0"
}
}