版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
323 B

  1. {
  2. "name": "mdurl",
  3. "version": "1.0.1",
  4. "description": "URL utilities for markdown-it",
  5. "repository": "markdown-it/mdurl",
  6. "license": "MIT",
  7. "scripts": {
  8. "test": "make test"
  9. },
  10. "devDependencies": {
  11. "mocha": "*",
  12. "eslint": "0.13.0",
  13. "eslint-plugin-nodeca": "^1.0.0",
  14. "istanbul": "*"
  15. }
  16. }