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 321B

1234567891011121314
  1. {
  2. "name": "browser-prefix",
  3. "version": "0.0.0",
  4. "description": "A utility to add browser prefixes to CSS.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Martin Dørum Nygaard",
  10. "license": "MIT",
  11. "bin": {
  12. "browser-prefix": "./cli.js"
  13. }
  14. }