michael@0: { michael@0: "name": "method", michael@0: "id": "method", michael@0: "version": "1.0.2", michael@0: "description": "Functional polymorphic method dispatch", michael@0: "keywords": [ michael@0: "method", michael@0: "dispatch", michael@0: "protocol", michael@0: "polymorphism", michael@0: "type dispatch" michael@0: ], michael@0: "author": "Irakli Gozalishvili (http://jeditoolkit.com)", michael@0: "homepage": "https://github.com/Gozala/method", michael@0: "main": "./core.js", michael@0: "repository": { michael@0: "type": "git", michael@0: "url": "https://github.com/Gozala/method.git", michael@0: "web": "https://github.com/Gozala/method" michael@0: }, michael@0: "bugs": { michael@0: "url": "http://github.com/Gozala/method/issues/" michael@0: }, michael@0: "devDependencies": { michael@0: "test": "~0.x.0", michael@0: "repl-utils": "~2.0.1", michael@0: "phantomify": "~0.1.0" michael@0: }, michael@0: "scripts": { michael@0: "test": "npm run test-node && npm run test-browser", michael@0: "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/browser.js", michael@0: "test-node": "node ./test/common.js", michael@0: "repl": "node node_modules/repl-utils" michael@0: }, michael@0: "licenses": [ michael@0: { michael@0: "type": "MIT", michael@0: "url": "https://github.com/Gozala/method/License.md" michael@0: } michael@0: ] michael@0: }