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

45 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2015-08-19 19:15:14 +01:00
{
2015-08-20 14:08:29 +01:00
"name": "Hipchat-Emoticons-for-all",
"version": "0.0.0",
2015-08-24 21:52:37 +01:00
"description": "Use hipchat emoticons on other websites. Some sites may require this plugin in order to see the emoticons.",
2015-08-19 19:15:14 +01:00
"main": "src/index.js",
"scripts": {
2015-08-24 21:42:23 +01:00
"create-dirs": "mkdir -p firefox/data chrome/data build/injections build/lib",
2015-10-08 14:01:26 +01:00
"start": "bash scripts/run.sh",
2015-10-05 15:52:45 +01:00
"release": "bash scripts/release.sh",
"build-js": "bash scripts/build-js.sh",
2015-10-05 15:36:36 +01:00
"develop": "npm run build-js && bash scripts/distribute.sh",
2015-10-05 16:17:51 +01:00
"build-assets": "env/bin/python3 assets/build-emoticons.py",
"build-data-files": "bash scripts/data-files.sh",
2015-10-05 14:23:59 +01:00
"build": "npm run create-dirs && npm run build-assets && npm run develop && npm run build-data-files",
2015-10-07 17:39:32 +01:00
"test":"npm run lint && npm run lint-json",
2015-10-05 14:23:59 +01:00
"lint":"eslint -c node_modules/eslint-config/.eslintrc 'src/injections/' 'src/global.js'",
2015-10-07 17:39:32 +01:00
"lint-json": "jsonlint -q src/decoder.json",
"clean": "rm -rf firefox/data chrome/data node_modules/ build/ env/"
2015-08-19 19:15:14 +01:00
},
"repository": {
"type": "git",
"url": "https://github.com/realorangeone/hipchat-emoticons-for-all"
2015-08-19 19:15:14 +01:00
},
"author": "TheOrangeOne",
"license": "MIT",
"bugs": {
"url": "https://github.com/realorangeone/hipchat-emoticons-for-all/issues"
2015-08-19 19:15:14 +01:00
},
"homepage": "https://github.com/realorangeone/hipchat-emoticons-for-all",
2015-08-19 19:15:14 +01:00
"dependencies": {
2015-10-05 14:27:16 +01:00
"ionic-sdk": "^1.0.0",
"jquery": "^2.1.4"
2015-10-05 14:23:59 +01:00
},
"devDependencies": {
2015-10-05 14:27:16 +01:00
"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",
2015-10-07 17:39:32 +01:00
"uglify-js":"^2.4.24",
"jsonlint": "^1.6.2"
2015-08-19 19:15:14 +01:00
}
}