You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 516 B

4 years ago
12345678910111213141516171819202122
  1. {
  2. "name": "cherry-id",
  3. "version": "0.0.3",
  4. "main": "index.js",
  5. "directories": {
  6. "test": "test"
  7. },
  8. "scripts": {
  9. "test": "node ./test/test.js"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/bubao/cherry-id-js.git"
  14. },
  15. "author": "bubao",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/bubao/cherry-id-js/issues"
  19. },
  20. "homepage": "https://github.com/bubao/cherry-id-js#readme",
  21. "description": ""
  22. }