|
1
|
1 |
p =
|
|
|
2 |
name: 'asa-test-server'
|
|
|
3 |
version: '1.1.0'
|
|
|
4 |
description: 'Test server for A.S.A. app'
|
|
|
5 |
dependencies:
|
|
|
6 |
bunyan: '~0.22.1'
|
|
|
7 |
'coffee-script': "~1.6.3"
|
|
|
8 |
collections: "~0.2.0"
|
|
|
9 |
q: "~0.9.7"
|
|
|
10 |
'q-io': "~1.10.3"
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
console.log JSON.stringify(p, null, " ")
|
|
|
14 |
|
|
|
15 |
# vim: et ts=2 sw=2
|