| changeset 1 | 411d80fcd66c |
| child 5 | ed2abdd11a1b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package.coffee Sat Dec 14 21:40:24 2013 +0100 @@ -0,0 +1,15 @@ +p = + name: 'asa-test-server' + version: '1.1.0' + description: 'Test server for A.S.A. app' + dependencies: + bunyan: '~0.22.1' + 'coffee-script': "~1.6.3" + collections: "~0.2.0" + q: "~0.9.7" + 'q-io': "~1.10.3" + + +console.log JSON.stringify(p, null, " ") + +# vim: et ts=2 sw=2