mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
a184de4560
d8ba32821e...96ae8d914f
--HG--
extra : commitid : a69qoBWTUP
extra : rebase_source : 7d0464d7fa1af660b5971bda97786112b0c76053
40 lines
919 B
JSON
40 lines
919 B
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"
|
|
}
|
|
}
|