This repository was archived by the owner on Jul 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments