UNPKG

mobi-plugin-reset

Version:
29 lines (28 loc) 755 B
{ "name": "mobi-plugin-reset", "version": "3.1.1", "description": "The reset plugin for Mobi.css", "main": "src/index.css", "scripts": { "start": "gulp", "build": "gulp build", "version": "npm run build && git add -A ." }, "repository": "https://github.com/mobi-css/mobi.css/tree/master/packages/mobi-plugin-reset", "keywords": [ "reset", "mobi-plugin", "mobi-css", "css" ], "author": "xcatliu <xcatliu@gmail.com>", "license": "MIT", "homepage": "http://getmobicss.com/docs/reset.html", "dependencies": { "mobi-theme-base": "^3.0.2" }, "devDependencies": { "gulp": "^3.9.1", "mobi-util-build-css": "^3.1.0" } }