mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
39
addon-sdk/source/package.json
Normal file
39
addon-sdk/source/package.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue