-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "magic-input",
"version": "2.0.1",
"description": "CSS3 Styles for Checkbox and Radio Button inputs look prettier.",
"homepage": "https://jaywcjlove.github.io/magic-input",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:min": "stylus -u autoprefixer-stylus lib/magic-input.styl -o dist/magic-input.min.css -c",
"build:css": "stylus -u autoprefixer-stylus lib/magic-input.styl -o dist/magic-input.css",
"build": "npm run build:css | npm run build:min",
"watch": "stylus -u autoprefixer-stylus -w lib/magic-input.styl -o dist/magic-input.min.css -c "
},
"keywords": [
"input",
"checkbox",
"radio",
"stylus"
],
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/magic-input.git"
},
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer-stylus": "~1.0.0",
"stylus": "~0.59.0"
}
}