package.json 282 B

123456789101112131415
  1. {
  2. "name": "npm-run-all-test",
  3. "version": "0.0.0",
  4. "private": true,
  5. "description": "",
  6. "config": {
  7. "test": "OK"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mysticatea/npm-run-all.git"
  12. },
  13. "author": "Toru Nagashima",
  14. "license": "MIT"
  15. }