UNPKG

rubellite

Version:

Rubellite is a dictionary data structure built for JavaScript

39 lines (38 loc) 868 B
{ "name": "rubellite", "version": "1.1.16", "description": "Rubellite is a dictionary data structure built for JavaScript", "main": "rubellite.min.js", "scripts": { "build": "cd builder && gulp build", "test": "ava --verbose --serial --no-cache" }, "ava": { "files": [ "testing/test.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/michaelcassar/rubellite.git" }, "keywords": [ "rubellite", "dictionary", "data", "structure" ], "author": "Michael Cassar", "license": "MIT", "bugs": { "url": "https://github.com/michaelcassar/rubellite/issues" }, "homepage": "https://github.com/michaelcassar/rubellite#readme", "devDependencies": { "ava": "^5.3.1", "gulp": "^4.0.2", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2", "pump": "^3.0.0" } }