Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

28 строки
621 B

  1. {
  2. "name": "can-use-dom",
  3. "version": "0.1.0",
  4. "description": "Test if you can use dom in the current environment",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "./node_modules/.bin/mocha test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/akiran/can-use-dom.git"
  12. },
  13. "keywords": [
  14. "isomorphic"
  15. ],
  16. "author": "Kiran Abburi",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/akiran/can-use-dom/issues"
  20. },
  21. "homepage": "https://github.com/akiran/can-use-dom",
  22. "devDependencies": {
  23. "jsdom": "^3.1.0",
  24. "mocha": "^2.1.0",
  25. "should": "^4.6.3"
  26. }
  27. }