UNPKG

polyn

Version:

polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism

49 lines (48 loc) 1.26 kB
{ "name": "polyn", "version": "1.10.2", "description": "polyn is a collection of Node and browser compatible JavaScript utilities that focus on polymorphism", "main": "index.js", "scripts": { "start": "node index", "test": "grunt test" }, "keywords": [ "polymorphism", "immutable", "interface", "class", "blueprint", "hilary", "immutables", "immutability" ], "author": "Andy Wright <andes.collab@gmail.com> (https://github.com/losandes)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/losandes/polyn.git" }, "devDependencies": { "bson": "~4.0.2", "chai": "~4.2.0", "chalk": "~3.0.0", "grunt": "~1.0.4", "grunt-contrib-uglify": "~4.0.1", "grunt-karma": "~3.0.2", "grunt-mocha": "~1.2.0", "grunt-mocha-test": "~0.13.3", "karma": "~4.4.1", "karma-chai": "~0.1.0", "karma-chrome-launcher": "~3.1.0", "karma-firefox-launcher": "~1.2.0", "karma-ie-launcher": "~1.0.0", "karma-mocha": "~1.3.0", "karma-mocha-reporter": "~2.2.5", "karma-nyan-reporter": "~0.2.5", "karma-phantomjs-launcher": "~1.0.4", "karma-safari-launcher": "~1.0.0", "mocha": "~6.2.2", "phantomjs": "~2.1.7" } }