ember-material-icons
Version:
Google Material icons for your ember-cli app
28 lines (27 loc) • 583 B
JSON
{
"name": "@glimmer/util",
"version": "0.22.1",
"description": "Common utilities used in Glimmer",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"typings": "index.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "../../../build/build",
"test": "node -e 'require(\".\")'",
"prepublish": "npm run build"
},
"license": "MIT",
"jsnext:main": "dist/modules/index.js",
"files": [
"dist",
"index.ts",
"lib"
],
"devDependencies": {
"@types/qunit": "^2.0.31",
"typescript": "^2.1.4"
}
}