https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fa5f2c992baad35e38c660dc01d6785b7652dd8f authored by ffxbld on 01 December 2015, 18:00:22 UTC
Added FENNEC_42_0_2_RELEASE FENNEC_42_0_2_BUILD1 tag(s) for changeset 08486f2a5a06. DONTBUILD CLOSED TREE a=release
Tip revision: fa5f2c9
package.json
{
  "name": "addon-sdk",
  "description": "Add-on development made easy.",
  "keywords": [
    "javascript", "engine", "addon", "extension",
    "xulrunner", "firefox", "browser"
  ],
  "license": "MPL-2.0",
  "unpack": true,
  "scripts": {
    "test": "gulp test"
  },
  "homepage": "https://github.com/mozilla/addon-sdk",
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/addon-sdk.git"
  },
  "version": "0.1.18",
  "main": "./lib/index.js",
  "loader": "lib/sdk/loader/cuddlefish.js",
  "devDependencies": {
    "async": "0.9.0",
    "chai": "2.1.1",
    "fs-extra": "0.18.2",
    "fx-runner": "0.0.7",
    "glob": "4.4.2",
    "gulp": "3.8.11",
    "ini-parser": "0.0.2",
    "jpm": "0.0.29",
    "lodash": "3.3.1",
    "mocha": "2.1.0",
    "patch-editor": "0.0.1",
    "promise": "6.1.0",
    "rimraf": "2.3.1",
    "teacher": "0.0.1",
    "unzip": "0.1.11",
    "xmldom": "0.1.19"
  }
}
back to top