UNPKG

1.09 kBJSONView Raw
1{
2 "name": "spur-errors",
3 "description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.",
4 "version": "0.0.5",
5 "author": {
6 "name": "Siavash Etemadieh",
7 "email": "ssetem@googlemail.com"
8 },
9 "contributors": [
10 {
11 "name": "Agustin Colchado",
12 "email": "agustin@colchado.com"
13 },
14 {
15 "name": "Joseph McElroy",
16 "email": "phoey1@gmail.com"
17 }
18 ],
19 "keywords": [
20 "spur",
21 "spur-framework",
22 "error",
23 "exceptions"
24 ],
25 "license": "MIT",
26 "scripts": {
27 "test": "mocha --opts ./test/mocha.opts ./test/"
28 },
29 "bugs": {
30 "url": "https://github.com/opentable/spur-errors/issues"
31 },
32 "homepage": "https://github.com/opentable/spur-errors",
33 "repository": {
34 "type": "git",
35 "url": "git://github.com/opentable/spur-errors.git"
36 },
37 "engines": {
38 "node": ">= 0.10.0"
39 },
40 "dependencies": {
41 "coffee-script": "1.9.1"
42 },
43 "devDependencies": {
44 "mocha": "^2.0.1",
45 "chai": "^1.10.0",
46 "sinon": "^1.12.1"
47 }
48}