租房小程序前端代码
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.

36 lines
826 B

6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
2 months ago
6 months ago
  1. {
  2. "name": "get-ready",
  3. "version": "1.0.0",
  4. "description": "mixin to add one-time ready event callback handler",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "dependencies": {},
  10. "devDependencies": {
  11. "eslint": "1",
  12. "istanbul": "0",
  13. "mocha": "2",
  14. "should": "7",
  15. "thunk-mocha": "0"
  16. },
  17. "scripts": {
  18. "lint": "eslint index.js test",
  19. "test": "mocha -r thunk-mocha test/*.test.js",
  20. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -r thunk-mocha test/*.test.js"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/node-modules/ready"
  25. },
  26. "keywords": [
  27. "ready",
  28. "once",
  29. "event"
  30. ],
  31. "author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
  32. "license": "MIT",
  33. "bugs": {
  34. "url": "https://github.com/node-modules/ready/issues"
  35. }
  36. }