forked from binocarlos/powerstrip-debug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 702 Bytes
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
{
"name": "powerstrip-debug",
"version": "1.1.0",
"description": "A stub powerstrip adapter that logs requests to stdout",
"main": "index.js",
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/powerstrip-debug.git"
},
"keywords": [
"powerstrip"
],
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/powerstrip-debug/issues"
},
"homepage": "https://github.com/binocarlos/powerstrip-debug",
"dependencies": {
"concat-stream": "^1.4.7",
"minimist": "^1.1.0"
},
"devDependencies": {
"tape": "^3.4.0"
}
}