package.json 601 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "json2mq",
  3. "version": "0.2.0",
  4. "description": "Generate media query string from JSON or javascript object",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "./node_modules/.bin/mocha test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/akiran/json2mq"
  12. },
  13. "author": "Kiran Abburi",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/akiran/json2mq/issues"
  17. },
  18. "homepage": "https://github.com/akiran/json2mq",
  19. "devDependencies": {
  20. "mocha": "^2.0.1",
  21. "should": "^4.3.0"
  22. },
  23. "dependencies": {
  24. "string-convert": "^0.2.0"
  25. }
  26. }