-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "butter-test-provider",
"version": "0.0.5",
"description": "install dependencies for Tests of butter provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: you should not run this test alone, run butter-install-tests to setup testing\" && exit 1",
"lint": "echo \"Error: you should not run this test alone, run butter-install-tests to setup linting\" && exit 1",
"install": "node index.js"
},
"bin": {
"butter-install-tests": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/butterproviders/butter-test-provider.git"
},
"keywords": [
"tests",
"butter",
"streaming",
"providers"
],
"author": "Niv Sardi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/butterproviders/butter-test-provider/issues"
},
"homepage": "https://github.com/butterproviders/butter-test-provider#readme",
"dependencies": {
"butter-provider": "^0.6.0",
"chai": "^4.1.2",
"debug": "^2.2.0",
"mocha": "^5.0.5",
"modify-pkg-up": "^1.0.1",
"standard": "^11.0.1",
"tape": "^4.4.0"
},
"devDependencies": {}
}