• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

command line interface based Twitter client


File Info

Révision a4e9f03b0df4f5ecf7d61cef5aaed288b0c83089
Taille 310 octets
l'heure 2014-08-16 20:31:11
Auteur hylom
Message de Log

fix package.json: to use commander 1.x

Content

{
  "name": "clitweet",
  "description": "CLI based twitter client",
  "version": "0.0.1",
  "author": {
    "name": "hylom"
  },
  "engine": [
    "node >=0.8.0"
  ],
  "main": "./twclient.js",
  "dependencies": {
    "ntwitter": "*",
    "optimist": ">=0.3.4",
    "commander": "1.x",
    "oauth": "*"
  }
}