Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit fa982e7

Browse files
committed
fixpack
1 parent e3efa1f commit fa982e7

File tree

1 file changed

+27
-15
lines changed

1 file changed

+27
-15
lines changed

package.json

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
{
22
"name": "friends",
3-
"version": "1.0.0-alpha.1",
43
"description": "P2P chat powered by webrtc in a terminal",
5-
"main": "index.js",
6-
"author": "",
4+
"version": "1.0.0-alpha.1",
5+
"author": "Dan Flettre <[email protected]>",
76
"bin": "./bin/cmd.js",
87
"bugs": {
98
"url": "https://github.com/moose-team/friend-cli/issues"
109
},
11-
"license": "MIT",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/moose-team/friends-cli.git"
15-
},
16-
"scripts": {
17-
"test": "echo \"Error: no test specified\" && exit 1",
18-
"start": "node bin/cmd.js"
19-
},
20-
"engines": {
21-
"node": ">=4"
22-
},
2310
"dependencies": {
2411
"application-config-path": "^0.1.0",
2512
"blessed": "^0.1.81",
@@ -40,5 +27,30 @@
4027
"simple-get": "^2.3.0",
4128
"subleveldown": "^2.1.0",
4229
"wrtc": "0.0.61"
30+
},
31+
"devDependencies": {
32+
"standard": "^8.5.0"
33+
},
34+
"engines": {
35+
"node": ">=4"
36+
},
37+
"homepage": "https://github.com/moose-team/friends-cli",
38+
"keywords": [
39+
"chat",
40+
"cli",
41+
"friends",
42+
"p2p",
43+
"terminal",
44+
"webrtc"
45+
],
46+
"license": "MIT",
47+
"main": "index.js",
48+
"repository": {
49+
"type": "git",
50+
"url": "https://github.com/moose-team/friends-cli.git"
51+
},
52+
"scripts": {
53+
"start": "node bin/cmd.js",
54+
"test": "standard"
4355
}
4456
}

0 commit comments

Comments
 (0)