UNPKG

900 BJSONView Raw
1{
2 "name": "magic-input",
3 "version": "1.0.2",
4 "description": "CSS3 Styles for Checkbox and Radio Button inputs look prettier.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build:min": "stylus -u autoprefixer-stylus lib/magic-input.styl -o dist/magic-input.min.css -c",
9 "build:css": "stylus -u autoprefixer-stylus lib/magic-input.styl -o dist/magic-input.css",
10 "build": "npm run build:css | npm run build:min",
11 "watch": "stylus -u autoprefixer-stylus -w lib/magic-input.styl -o dist/magic-input.min.css -c "
12 },
13 "keywords": [
14 "input",
15 "checkbox",
16 "radio"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/jaywcjlove/magic-input.git"
21 },
22 "author": "kenny wang <wowohoo@qq.com>",
23 "license": "MIT",
24 "dependencies": {
25 "autoprefixer-stylus": "^0.9.2",
26 "stylus": "^0.54.3"
27 }
28}