File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tldr" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Simplified and community-driven man pages" ,
5
5
"author" : " Romain Prieto" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " https://github.com/rprieto/tldr.git"
9
+ "url" : " https://github.com/tldr-pages/tldr-node-client.git"
10
+ },
11
+ "bugs" : {
12
+ "url" : " https://github.com/tldr-pages/tldr-node-client/issues"
10
13
},
11
14
"keywords" : [
12
15
" man" ,
13
16
" unix" ,
14
17
" commands"
15
18
],
19
+ "homepage" : " http://tldr-pages.github.io" ,
20
+ "engines" : {
21
+ "node" : " >=0.10.0"
22
+ },
16
23
"main" : " ./bin/tldr" ,
17
24
"bin" : {
18
25
"tldr" : " ./bin/tldr"
24
31
"scripts" : {
25
32
"precommit" : " npm test -- --reporter=dot" ,
26
33
"prepush" : " npm test -- --reporter=dot" ,
27
- "start" : " NODE_ENV=development node server.js " ,
34
+ "start" : " NODE_ENV=development node ./bin/tldr " ,
28
35
"example" : " NODE_ENV=development node ./bin/tldr tar" ,
29
36
"test" : " mocha test --recursive --reporter=spec" ,
30
37
"watch" : " mocha --watch test --recursive --reporter=min --growl"
You can’t perform that action at this time.
0 commit comments