-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "error-extend",
"version": "1.0.1",
"description": "Simple way get custom error classes",
"main": "lib/error-extend.js",
"scripts": {
"build": "./node_modules/.bin/babel src -d lib",
"lint": "./node_modules/.bin/eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tilap/error-extend.git"
},
"keywords": [
"error",
"extends",
"node"
],
"author": "Julien Tilap LA VINH <jlavinh@gmail.com>",
"contributors": [
{
"name": "Julien Tilap LA VINH",
"email": "jlavinh@gmail.com"
}
],
"bugs": {
"url": "https://github.com/tilap/error-extend/issues"
},
"license": "MIT",
"homepage": "https://github.com/tilap/error-extend#readme",
"devDependencies": {
"babel-cli": "6.6.5",
"babel-eslint": "6.0.2",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-2": "6.5.0",
"eslint": "2.7.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-babel": "3.1.0"
}
}