{
"name": "@cs11-async/grep",
"version": "1.0.0",
"description": "CS 11 Asynchronous Programming - Grep",
"scripts": {
"grep": "node grep.js",
"test": "ava --verbose tests/test.js"
},
"repository": {
"type": "git",
"url": "git@gitlab.caltech.edu:cs11-async/grep.git"
},
"license": "MIT",
"devDependencies": {
"ava": "^3.14.0"
}
}
-
Caleb C. Sander authored1cef1e77
This project manages its dependencies using npm.
Learn more