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