1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
hipchat-emoticons-for-all/package.json

44 lines
1.3 KiB
JSON

{
"name": "Hipchat Emoticons for all",
"version": "ALPHA",
"description": "Use hipchat emoticons on other sites",
"main": "src/index.js",
"scripts": {
"create-dirs": "mkdir -p build/assets build/lib",
"build-extensions": "",
"build-firefox": "cd firefox/ && jpm xpi",
"build-chrome": "chromium-browser --pack-extension=./ --pack-extension-key=key.pem",
"build-js": "browserify -t reactify src/index.js -o build/index.js",
"copy-firefox": "",
"copy-chrome": "",
"build": "ulimit -n 512 && npm run create-dirs && npm install && npm run build-js && npm run copy-firefox && npm run copy-chrome",
"clean": "rm -rf build/ && rm -rf firefox/data",
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/theorangeone/hipchat-emoticons-for-all"
},
"keywords": [
"hipchat",
"emoticons"
],
"author": "TheOrangeOne",
"license": "MIT",
"bugs": {
"url": "https://bitbucket.org/theorangeone/hipchat-emoticons-for-all/issues"
},
"homepage": "https://bitbucket.org/theorangeone/hipchat-emoticons-for-all",
"dependencies": {
"browserify": "=9.0.3",
"ionic-sdk": "=1.0.0",
"less": "=2.4.0",
"react": "=0.13.2",
"react-tools": "=0.13.2",
"reactify": "=1.1.1"
},
"devDependencies": {
"jquery": "=2.1.4",
"jpm":"=1.0.1"
}
}