-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "lab-espower-transformer",
"version": "2.0.1",
"description": "Lab transformer to enable power-assert !",
"author": {
"name": "Feugy",
"email": "damien.feugas@gmail.com",
"url": "http://feugy.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/feugy/lab-espower-transformer.git"
},
"bugs": "https://github.com/feugy/lab-espower-transformer/issues",
"dependencies": {
"acorn": "^5.2.1",
"escodegen": "^1.9.0",
"espower": "^2.1.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"lab": "^15.1.2",
"power-assert": "^1.4.4"
},
"scripts": {
"lint": "eslint .",
"test": "lab test -v -L -l -T ./index"
},
"keywords": [
"assert",
"lab",
"hapi",
"power-assert"
],
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
}