You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
285 B

7 months ago
{
"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"
}
}