{ "name": "browser-prefix", "version": "0.1.0", "description": "A utility to add browser prefixes to CSS.", "main": "index.js", "scripts": { "test": "mocha" }, "author": { "name": "Martin Dørum Nygaard", "email": "martid0311@gmail.com", "url": "http://mort.coffee" }, "license": "MIT", "bin": { "browser-prefix": "./cli.js" }, "keywords": ["css", "prefix", "browser", "vendor"], "repository": { "type": "git", "url": "http://git.mort.coffee/mort/browser-prefix" } }