44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"name": "Hipchat-Emoticons-for-all",
|
|
"version": "0.0.0",
|
|
"description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"create-dirs": "mkdir -p firefox/data chrome/data build/injections build/lib",
|
|
"build-extensions": "npm run build-firefox && npm run build-chrome",
|
|
"build-firefox": "cd firefox/ && jpm xpi && cd -",
|
|
"build-chrome": "crx pack chrome -o chrome/hipchat-emoticons-for-all.crx",
|
|
"release-chrome": "crx pack chrome -o chrome/hipchat-emoticons-for-all.crx -p chrome/key.pem",
|
|
"test-firefox": "cd firefox/ && jpm run -b /usr/bin/firefox && cd -",
|
|
"test": "npm run develop && npm run test-firefox",
|
|
"build-js": "bash build-js.sh",
|
|
"develop": "npm run build-assets && npm run build-js && npm run distribute ",
|
|
"build-assets": "python3 assets/build-assets.py",
|
|
"build-data-files": "python3 firefox/build-package.py && python3 chrome/build-manifest.py",
|
|
"distribute": "rm -rf firefox/data/* chrome/data/* && cp -rf build/* firefox/data/ && cp -rf build/* chrome/data/",
|
|
"build": "npm run create-dirs && npm run build-assets && npm run build-js && npm run distribute && npm run build-data-files",
|
|
"clean": "rm -rf firefox/data chrome/data node_modules/ build/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/realorangeone/hipchat-emoticons-for-all"
|
|
},
|
|
"keywords": [
|
|
"hipchat",
|
|
"emoticons"
|
|
],
|
|
"author": "TheOrangeOne",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/realorangeone/hipchat-emoticons-for-all/issues"
|
|
},
|
|
"homepage": "https://github.com/realorangeone/hipchat-emoticons-for-all",
|
|
"dependencies": {
|
|
"ionic-sdk": "=1.0.0",
|
|
"jpm":"=1.0.1",
|
|
"uglify-js":"=2.4.24",
|
|
"crx": "=3.0.3",
|
|
"less": "=2.4.0",
|
|
"jquery": "=2.1.4"
|
|
}
|
|
}
|