-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 915 Bytes
/
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
{
"name": "@slatestudio/dyno-reset",
"description": "Node swagger reset library",
"tags": [
"node",
"redis"
],
"version": "0.2.0",
"author": "Alexander Kravets <[email protected]>",
"contributors": [
{
"name": "Sergey Oprya",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "http://github.com/slate-studio/dyno-reset.git"
},
"bugs": {
"url": "http://github.com/slate-studio/dyno-reset/issues"
},
"engines": [
"node >= 8.0"
],
"main": "./index",
"dependencies": {
"@slatestudio/dyno": "0.14.0",
"lodash": "^4.17.4",
"config": "*"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "git+https://github.com/slate-studio/istanbul.git",
"mocha": "^4.0.0"
},
"license": "ISC",
"scripts": {
"mocha": "istanbul cover _mocha",
"test": "NODE_ENV=test npm run mocha"
}
}