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-19 19:15:14 +01:00
"description" : "Use hipchat emoticons on other sites" ,
"main" : "src/index.js" ,
"scripts" : {
2015-08-20 14:08:29 +01:00
"create-dirs" : "mkdir -p firefox/data chrome/data build/injections" ,
2015-08-20 12:41:07 +01:00
"build-extensions" : "npm run build-firefox && npm run build-chrome" ,
2015-08-20 10:07:40 +01:00
"build-firefox" : "cd firefox/ && jpm xpi && cd -" ,
2015-08-20 19:28:20 +01:00
"build-chrome" : "crx pack chrome -o chrome/hipchat-emoticons-for-all.crx -p chrome/key.pem" ,
2015-08-20 19:58:31 +01:00
"test-firefox" : "cd firefox/ && jpm run -b /usr/bin/firefox && cd -" ,
2015-08-20 14:22:56 +01:00
"build-js" : "bash build-js.sh" ,
2015-08-24 17:54:23 +01:00
"build-assets" : "python assets/build-assets.py" ,
2015-08-20 12:41:07 +01:00
"build-data-files" : "python firefox/build-package.py && python chrome/build-manifest.py" ,
2015-08-21 09:29:09 +01:00
"distribute" : "rm -rf firefox/data/* chrome/data/* && cp -rf build/* firefox/data/ && cp -rf build/* chrome/data/" ,
2015-08-24 17:54:23 +01:00
"build" : "npm run create-dirs && npm run build-assets && npm run build-js && npm run distribute && npm run build-data-files && npm run build-extensions" ,
2015-08-20 19:53:17 +01:00
"clean" : "rm -rf firefox/data chrome/data node_modules/ build/"
2015-08-19 19:15:14 +01:00
} ,
"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" : {
"ionic-sdk" : "=1.0.0" ,
2015-08-20 12:41:07 +01:00
"jpm" : "=1.0.1" ,
2015-08-20 14:08:29 +01:00
"uglify-js" : "=2.4.24" ,
2015-08-20 19:28:20 +01:00
"crx" : "=3.0.3" ,
"less" : "=2.4.0" ,
"jquery" : "=2.1.4"
2015-08-19 19:15:14 +01:00
}
}