package.json 285 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "description": "A Flatiron HTTP application", "version": "0.0.0", "private": true, "dependencies": { "union": "0.3.5" }, "devDependencies": { "api-easy": "0.3.2", "vows": "0.6.x" }, "scripts": { "test": "vows --spec", "start": "node app.js" } }