• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

Revisiónf77b62542d3037d0f4c0c48de05e0a0cb5faefe2 (tree)
Tiempo2013-07-16 00:40:02
Autorhylom <hylom@hylo...>
Commiterhylom

Log Message

client: update package.json

Cambiar Resumen

Diferencia incremental

--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
11 {
22 "name": "grdc-client",
3- "version": "0.0.1",
3+ "version": "0.0.5",
44 "private": true,
55 "scripts": {
66 "start": "node app.js"
@@ -10,6 +10,7 @@
1010 "jade": "*",
1111 "mysql": "*",
1212 "winston": "*",
13- "hogan.js": "*"
13+ "hogan.js": "*",
14+ "forever": "*"
1415 }
1516 }