소스 검색

improved package.json

master
mort 8 년 전
부모
커밋
c019ebd412
1개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. 11
    2
      package.json

+ 11
- 2
package.json 파일 보기

@@ -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…
취소
저장