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.

15 lines
262 B

7 months ago
{
"description": "A Flatiron CLI application",
"version": "0.0.0",
"private": true,
"dependencies": {
},
"devDependencies": {
"cli-easy": "0.1.0",
"vows": "0.6.1"
},
"scripts": {
"test": "vows --spec",
"start": "node app.js"
}
}