UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

35 lines (34 loc) 696 B
{ "name": "aproba", "version": "1.1.1", "description": "A rediculously light-weight argument validator", "main": "index.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "standard": "^8.6.0", "tap": "^10.0.2" }, "files": [ "index.js" ], "scripts": { "test": "standard && tap -j3 test/*.js" }, "repository": { "type": "git", "url": "https://github.com/iarna/aproba" }, "keywords": [ "argument", "validate" ], "author": "Rebecca Turner <me@re-becca.org>", "license": "ISC", "bugs": { "url": "https://github.com/iarna/aproba/issues" }, "homepage": "https://github.com/iarna/aproba" }