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.

package.json 523B

1234567891011121314151617181920212223
  1. {
  2. "name": "browser-prefix",
  3. "version": "0.1.0",
  4. "description": "A utility to add browser prefixes to CSS.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "author": {
  10. "name": "Martin Dørum Nygaard",
  11. "email": "martid0311@gmail.com",
  12. "url": "http://mort.coffee"
  13. },
  14. "license": "MIT",
  15. "bin": {
  16. "browser-prefix": "./cli.js"
  17. },
  18. "keywords": ["css", "prefix", "browser", "vendor"],
  19. "repository": {
  20. "type": "git",
  21. "url": "http://git.mort.coffee/mort/browser-prefix"
  22. }
  23. }