-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.13 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
42
43
44
45
46
47
48
{
"name": "ero",
"version": "0.2.3",
"description": "An error library provides simple functions for building your own customized errors.",
"main": "index.js",
"keywords": [
"error",
"customized"
],
"scripts": {
"test": "node test"
},
"engines": {
"node": ">=4.0.0"
},
"author": "ADoyle <[email protected]>",
"license": "Apache-2.0",
"homepage": "https://github.com/adoyle-h/Ero.js",
"repository": {
"type": "git",
"url": "https://github.com/adoyle-h/Ero.js.git"
},
"bugs": {
"url": "https://github.com/adoyle-h/Ero.js/issues"
},
"dependencies": {
"joi": "^6.10.1",
"lodash": "^4.15.0",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"a-gulp-license": "^2.0.0",
"config-sp": "^0.1.1",
"eslint": "^3.5.0",
"eslint-config-adoyle-style": "^2.0.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.1.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^3.0.1",
"minimist": "^1.2.0",
"mocha": "^2.3.4",
"run-sequence": "^1.2.1",
"should": "^7.1.1",
"walkdir": "0.0.11"
}
}