UNPKG

pursuit-core

Version:

A framework for building Fast JavaScript Object Property Matching Languages

32 lines (31 loc) 989 B
{ "name": "pursuit-core", "version": "0.0.1", "description": "A framework for building Fast JavaScript Object Property Matching Languages", "keywords": ["object", "query", "match", "matcher", "filter", "every", "some", "pursuit"], "author": "Martin Gausby <martin@gausby.dk>", "license": "MIT", "repository": "git@github.com:gausby/pursuit-core.git", "bugs": { "url" : "https://github.com/gausby/pursuit-core/issues", "email" : "martin@gausby.dk" }, "main": "lib/pursuit-core.js", "dependencies": { }, "devDependencies": { "grunt": "0.4.1", "grunt-buster": "0.2.1", "grunt-connect": ">= 0.2.0", "grunt-contrib-jshint": "0.6.4", "grunt-contrib-watch": "0.5.3", "grunt-contrib-yuidoc": ">= 0.5.0", "grunt-clear": "0.2.1", "grunt-benchmark": ">= 0.2.0", "buster": "0.7.6" }, "scripts": { "test": "grunt test" }, "engine": "*" }