| author | Tomas Zeman <tzeman@volny.cz> |
| Sun, 15 Dec 2013 17:17:23 +0100 | |
| changeset 6 | 5735254b6475 |
| parent 5 | ed2abdd11a1b |
| permissions | -rw-r--r-- |
| 1 | 1 |
{
|
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" |
|
| 5 | 11 |
}, |
12 |
"scripts": {
|
|
13 |
"start": "./node_modules/.bin/coffee server.coffee | ./node_modules/.bin/bunyan -o short" |
|
| 1 | 14 |
} |
15 |
} |