wemf
Version:
Format manifest.json to use on WebExtension from Chrome Extension
36 lines (35 loc) • 777 B
JSON
{
"name": "wemf",
"version": "1.3.0",
"description": "Format manifest.json to use on WebExtension from Chrome Extension",
"bin": {
"wemf": "bin/wemf"
},
"scripts": {
"test": "standard **/*.js && ava"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pastak/wemf.git"
},
"keywords": [
"WebExtension",
"ChromeExtension"
],
"author": "pastak <pasta0915@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pastak/wemf/issues"
},
"homepage": "https://github.com/pastak/wemf#readme",
"devDependencies": {
"ava": "^0.11.0",
"proxyquire": "^1.7.4",
"standard": "^5.4.1"
},
"dependencies": {
"commander": "^2.9.0",
"guid": "0.0.12",
"prompt-sync": "^4.2.0"
}
}