{ "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 lint && npm run build-js && npm run distribute", "build-assets": "env/bin/python3 assets/build-assets.py", "build-data-files": "env/bin/python3 firefox/build-package.py && env/bin/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 develop && npm run build-data-files", "lint":"eslint -c node_modules/eslint-config/.eslintrc 'src/injections/' 'src/global.js'", "clean": "rm -rf firefox/data chrome/data node_modules/ build/ env/" }, "repository": { "type": "git", "url": "https://github.com/realorangeone/hipchat-emoticons-for-all" }, "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", "jquery": "^2.1.4" }, "devDependencies": { "eslint-config": "git://github.com/dabapps/eslint-config.git", "eslint": "^1.5.1", "eslint-plugin-react": "^3.5.0", "less": "^2.4.0", "crx": "^3.0.3", "jpm":"^1.0.1", "uglify-js":"^2.4.24" } }