UNPKG

prime-website

Version:

Website for Prime

41 lines (40 loc) 974 B
{ "name": "prime", "homepage": "https://github.com/mootools/prime", "version": "0.0.6", "main": "./prime/index.js", "description": "prime, an OOP javascript library for node and the web.", "keywords": [ "library", "framework", "es5", "class", "array", "object" ], "author": "Valerio Proietti <@kamicane> (http://mad4milk.net)", "contributors": [ "Arian Stolwijk <@arian> (http://aryweb.nl)", "Olmo Maldonado <@ibolmo> (http://github.com/ibolmo)", "Christoph Pojer <@cpojer> (http://cpojer.net)" ], "bugs": { "url": "https://github.com/mootools/prime/issues" }, "license": "MIT (http://mootools.net/license.txt)", "repository": { "type": "git", "url": "git://github.com/mootools/prime.git" }, "dependencies": {}, "devDependencies": { "mocha": "1.6", "expect.js": "0.1", "wrapup": "0.10", "procs": "0.0.4" }, "optionalDependencies": {}, "engines": { "node": "*" } }