UNPKG

mdl-style

Version:

Material Design Lite for radium. Just style. Not component.

35 lines (34 loc) 936 B
{ "name": "mdl-style", "version": "1.0.5", "description": "Material Design Lite for radium. Just style. Not component.", "main": "./index.js", "scripts": { "build": "rm -rf ./lib && babel --presets es2015 -w --stage 0 src --out-dir lib", "render": "css-to-radium < ./node_modules/material-design-lite/material.min.css > ./mdl.js", "prod": "node ./bin/change.js > style" }, "repository": { "type": "git", "url": "git+https://github.com/HsuTing/mdl-style.git" }, "keywords": [ "Material", "Design", "Lite", "radium" ], "author": "HsuTing", "license": "MIT", "bugs": { "url": "https://github.com/HsuTing/mdl-style/issues" }, "homepage": "https://github.com/HsuTing/mdl-style#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.9.0", "css-to-radium": "^1.0.3", "material-design-lite": "^1.1.3", "merge": "^1.2.0" } }