UNPKG

crafity-core

Version:
78 lines (77 loc) 1.5 kB
{ "name": "crafity-core", "description": "Crafity Core Framework", "version": "0.1.8", "author": "Galina Slavova <galina@crafity.com> and Bart Riemens <briemens@crafity.com>", "homepage": "https://github.com/Crafity/crafity-core#readme", "keywords": [ "Arrays", "Array", "Dictionary", "Events", "Event", "Exception", "List", "Lists", "Objects", "Object", "Query", "Linq", "strings", "Async", "Synchronization", "Synchronizer", "Worker Pool" ], "maintainers": [ { "name": "Bart Riemens", "email": "briemens@crafity.com", "web": "http://crafity.com/about/bart" }, { "name": "Galina Slavova", "email": "galina@crafity.com", "web": "http://crafity.com/about/galina" } ], "contributors": [ { "name": "Bart Riemens", "email": "briemens@crafity.com", "web": "http://crafity.com/about/bart" }, { "name": "Galina Slavova", "email": "galina@crafity.com", "web": "http://crafity.com/about/galina" } ], "main": "./lib/crafity.core.js", "directories": { "lib": "lib", "test": "test" }, "licenses": [ { "type": "The MIT License", "url": "https://github.com/Crafity/crafity-core/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/Crafity/crafity-core/issues" }, "repository": { "type": "git", "url": "https://github.com/Crafity/crafity-core.git" }, "dependencies": { "crafity-jstest": "~0.1.0" }, "engines": { "node": "*" }, "scripts": { "prepublish": "npm prune" } }