UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

34 lines (33 loc) 790 B
{ "name": "redeyed", "version": "0.5.0", "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.", "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "main": "redeyed.js", "scripts": { "test": "tap test/*.js", "demo-log": "node examples/replace-log", "demo": "cd examples/browser; open index.html" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/redeyed.git" }, "keywords": [ "ast", "syntax", "tree", "source", "wrap", "metadata" ], "license": "MIT", "devDependencies": { "tap": "~0.4.8", "readdirp": "~0.3.3", "cardinal": "~0.4.4" }, "dependencies": { "esprima-fb": "~12001.1.0-dev-harmony-fb" } }