UNPKG

548 BJSONView Raw
1{
2 "name": "create-error",
3 "version": "0.3.1",
4 "description": "Simple helper for sub-classing the Error object",
5 "main": "create-error.js",
6 "scripts": {
7 "test": "mocha -R spec test/index.js"
8 },
9 "directories": {
10 "test": "test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/tgriesser/create-error.git"
15 },
16 "keywords": [
17 "errors"
18 ],
19 "author": {
20 "name": "Tim Griesser",
21 "web": "https://github.com/tgriesser"
22 },
23 "license": "MIT",
24 "devDependencies": {
25 "mocha": "~1.15.0"
26 }
27}