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 12:41:07 +01:00
"build-chrome" : "crx pack chrome -o hipchat-emoticons-for-all.crx -p chrome/key.pem" ,
2015-08-20 14:14:10 +01:00
"build-js" : "cp -r src/* build/ && rm -rf build/injections && mkdir -p build/src/injections && for f in src/injections/*; do uglifyjs $f --compress --mangle -o build/$f; done && cp build/src/injections/* build/injections/ && rm -rf build/src" ,
2015-08-20 12:41:07 +01:00
"build-data-files" : "python firefox/build-package.py && python chrome/build-manifest.py" ,
"distribute" : "cp build/* firefox/data/ && cp build/* chrome/data/" ,
"build" : "npm run clean && npm run create-dirs && npm install && npm run build-js && npm run distribute && npm run build-data-files && npm run build-extensions" ,
2015-08-20 14:08:29 +01:00
"clean" : "rm -rf firefox/data chrome/data node_modules/"
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" ,
"less" : "=2.4.0" ,
2015-08-20 14:08:29 +01:00
"jquery" : "=2.1.4"
2015-08-19 19:15:14 +01:00
} ,
"devDependencies" : {
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 12:41:07 +01:00
"crx" : "=3.0.3"
2015-08-19 19:15:14 +01:00
}
}