nn-project
Version:
> For Queen's CMPE 452
18 lines (17 loc) • 319 B
JSON
{
"name": "nn-project",
"version": "0.0.2",
"bin": {
"prep": "./bin/prep.js"
},
"author": "Zack Harley",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.2",
"csv-parse": "^2.0.4",
"csv-stringify": "^2.0.4",
"fs-extra": "^5.0.0",
"mri": "^1.1.0",
"untildify": "^3.0.2"
}
}