Guest User

Untitled

a guest
Jul 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. {
  2. "name": "todolist-libs",
  3. "version": "1.0.0",
  4. "description": "todolist-libs",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha --recursive ./tests" "// 加入這行,啟用 mocha 並給予測試目錄的相對路徑。"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "mocha": "^5.2.0"
  13. }
  14. }
Add Comment
Please, Sign In to add comment