ember-material-icons
Version:
Google Material icons for your ember-cli app
21 lines (20 loc) • 408 B
JSON
{
"name": "styled_string",
"version": "0.0.1",
"description": "Print styled text with a StyledString object that has an interface similar to String.",
"main": "index.js",
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon": "*"
},
"scripts": {
"test": "mocha tests.js"
},
"repository": "",
"keywords": [
"terminal"
],
"author": "Toby Ho",
"license": "MIT"
}