Browse Source

improved package.json

master
mort 8 years ago
parent
commit
c019ebd412
1 changed files with 11 additions and 2 deletions
  1. 11
    2
      package.json

+ 11
- 2
package.json View File

@@ -4,11 +4,20 @@
"description": "A utility to add browser prefixes to CSS.",
"main": "index.js",
"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",
"bin": {
"browser-prefix": "./cli.js"
},
"keywords": ["css", "prefix", "browser", "vendor"],
"repository": {
"type": "git",
"url": "http://git.mort.coffee/mort/browser-prefix.git"
}
}

Loading…
Cancel
Save