44 lines
1.6 KiB
JSON
44 lines
1.6 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",
|
|
"start": "bash scripts/run.sh",
|
|
"release": "bash scripts/release.sh",
|
|
"build-js": "bash scripts/build-js.sh",
|
|
"develop": "npm run build-js && bash scripts/distribute.sh",
|
|
"build-assets": "env/bin/python3 assets/build-emoticons.py",
|
|
"build-data-files": "bash scripts/data-files.sh",
|
|
"build": "npm run create-dirs && npm run build-assets && npm run develop && npm run build-data-files",
|
|
"test":"npm run lint && npm run lint-json",
|
|
"lint":"eslint -c node_modules/eslint-config/.eslintrc 'src/injections/' 'src/global.js'",
|
|
"lint-json": "jsonlint -q src/decoder.json",
|
|
"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",
|
|
"jsonlint": "^1.6.2"
|
|
}
|
|
}
|