mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6eabe785a2
--HG-- rename : addon-sdk/source/test/fixtures/test-page-worker.html => addon-sdk/source/test/addons/e10s-content/data/test-page-worker.html rename : addon-sdk/source/test/fixtures/test-page-worker.js => addon-sdk/source/test/addons/e10s-content/data/test-page-worker.js rename : addon-sdk/source/test/addons/places/favicon-helpers.js => addon-sdk/source/test/addons/places/lib/favicon-helpers.js rename : addon-sdk/source/test/addons/places/httpd.js => addon-sdk/source/test/addons/places/lib/httpd.js rename : addon-sdk/source/test/addons/places/places-helper.js => addon-sdk/source/test/addons/places/lib/places-helper.js rename : addon-sdk/source/test/addons/places/tests/test-places-utils.js => addon-sdk/source/test/addons/places/lib/test-places-utils.js rename : addon-sdk/source/test/fixtures/test-page-worker.html => addon-sdk/source/test/fixtures/addon-sdk/data/test-page-worker.html rename : addon-sdk/source/test/fixtures/test-page-worker.js => addon-sdk/source/test/fixtures/addon-sdk/data/test-page-worker.js
37 lines
947 B
JSON
37 lines
947 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": "node ./bin/jpm-test.js",
|
|
"modules": "node ./bin/jpm-test.js --type modules",
|
|
"addons": "node ./bin/jpm-test.js --type addons",
|
|
"examples": "node ./bin/jpm-test.js --type examples"
|
|
},
|
|
"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.2.10",
|
|
"chai": "1.9.2",
|
|
"glob": "4.0.6",
|
|
"jpm": "0.0.23",
|
|
"lodash": "2.4.1",
|
|
"mocha": "1.21.5",
|
|
"promise": "6.0.1",
|
|
"rimraf": "2.2.8",
|
|
"unzip": "0.1.9",
|
|
"xmldom": "0.1.19"
|
|
}
|
|
}
|