addon-sdk/source/lib/method/package.json

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 {
michael@0 2 "name": "method",
michael@0 3 "id": "method",
michael@0 4 "version": "1.0.2",
michael@0 5 "description": "Functional polymorphic method dispatch",
michael@0 6 "keywords": [
michael@0 7 "method",
michael@0 8 "dispatch",
michael@0 9 "protocol",
michael@0 10 "polymorphism",
michael@0 11 "type dispatch"
michael@0 12 ],
michael@0 13 "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
michael@0 14 "homepage": "https://github.com/Gozala/method",
michael@0 15 "main": "./core.js",
michael@0 16 "repository": {
michael@0 17 "type": "git",
michael@0 18 "url": "https://github.com/Gozala/method.git",
michael@0 19 "web": "https://github.com/Gozala/method"
michael@0 20 },
michael@0 21 "bugs": {
michael@0 22 "url": "http://github.com/Gozala/method/issues/"
michael@0 23 },
michael@0 24 "devDependencies": {
michael@0 25 "test": "~0.x.0",
michael@0 26 "repl-utils": "~2.0.1",
michael@0 27 "phantomify": "~0.1.0"
michael@0 28 },
michael@0 29 "scripts": {
michael@0 30 "test": "npm run test-node && npm run test-browser",
michael@0 31 "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/browser.js",
michael@0 32 "test-node": "node ./test/common.js",
michael@0 33 "repl": "node node_modules/repl-utils"
michael@0 34 },
michael@0 35 "licenses": [
michael@0 36 {
michael@0 37 "type": "MIT",
michael@0 38 "url": "https://github.com/Gozala/method/License.md"
michael@0 39 }
michael@0 40 ]
michael@0 41 }

mercurial