UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

35 lines (34 loc) 655 B
{ "name": "sri-toolbox", "version": "0.2.0", "description": "Subresource Integrity tools", "author": { "name": "Neftaly Hernandez", "email": "neftaly.hernandez@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/neftaly/npm-sri-toolbox.git" }, "main": "main", "scripts": { "test": "mocha" }, "keywords": [ "sri-toolbox", "SRI", "Subresource Integrity", "integrity", "security" ], "dependencies": {}, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.6", "mocha": "^2.1.0" }, "engines": { "node": ">= 0.10.4" } }