Initial commit
parents
Showing
+32 -0
.gitignore
0 → 100644
README.md
0 → 100644
find-path.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@cs11-async/wiki-game", | ||
"version": "1.0.0", | ||
"description": "CS 11 Asynchronous Programming - Wiki Game", | ||
"scripts": { | ||
"test": "ava --verbose --timeout=10m tests/test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.caltech.edu:cs11-async/wiki-game.git" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^3.5.0" | ||
} | ||
} |
tests/test.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment