b2g/simulator/package.json

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/b2g/simulator/package.json	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +{
     1.5 +  "id": "fxos_simulator@mozilla.org",
     1.6 +  "name": "fxos_simulator",
     1.7 +  "version": "1.0.dev",
     1.8 +  "fullName": "Firefox OS Simulator",
     1.9 +  "label": "Firefox OS",
    1.10 +  "description": "a Firefox OS simulator",
    1.11 +  "author": "Myk Melez (https://github.com/mykmelez)",
    1.12 +  "contributors": [
    1.13 +    "Alexandre Poirot (https://github.com/ochameau)",
    1.14 +    "Anant Narayanan (https://github.com/anantn)",
    1.15 +    "Brandon Kase (https://github.com/bkase)",
    1.16 +    "Breck Yunits (https://github.com/breck7)",
    1.17 +    "César Carruitero (https://github.com/ccarruitero)",
    1.18 +    "David Gomes (https://github.com/davidgomes)",
    1.19 +    "Fabrice Desré (https://github.com/fabricedesre)",
    1.20 +    "Fraser Tweedale (https://github.com/frasertweedale)",
    1.21 +    "Harald Kirschner (https://github.com/digitarald)",
    1.22 +    "Jérémie Patonnier (https://github.com/JeremiePat)",
    1.23 +    "J. Ryan Stinnett (https://github.com/jryans)",
    1.24 +    "Kan-Ru Chen (陳侃如) (https://github.com/kanru)",
    1.25 +    "Louis Stowasser (https://github.com/louisstow)",
    1.26 +    "Luca Greco (https://github.com/rpl)",
    1.27 +    "Matthew Claypotch (https://github.com/potch)",
    1.28 +    "Matthew Riley MacPherson (https://github.com/tofumatt)",
    1.29 +    "Nick Desaulniers (https://github.com/nickdesaulniers)",
    1.30 +    "Soumen Ganguly (https://github.com/SoumenG)",
    1.31 +    "Sudheesh Singanamalla (https://github.com/sudheesh001)",
    1.32 +    "Victor Bjelkholm (https://github.com/VictorBjelkholm)"
    1.33 +  ],
    1.34 +  "permissions": {
    1.35 +    "private-browsing": true
    1.36 +  },
    1.37 +  "preferences": [{
    1.38 +    "type": "directory",
    1.39 +    "name": "gaiaProfile",
    1.40 +    "title": "Select a custom Gaia profile directory"
    1.41 +  }, {
    1.42 +    "type": "file",
    1.43 +    "name": "customRuntime",
    1.44 +    "title": "Select a custom runtime executable"
    1.45 +  }],
    1.46 +  "license": "MPL 2.0",
    1.47 +  "unpack": true,
    1.48 +  "dependencies": ["subprocess"]
    1.49 +}

mercurial