-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
37 lines (37 loc) · 1017 Bytes
/
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
36
37
{
"name": "icheck-bootstrap",
"version": "3.0.1",
"description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
"devDependencies": {
"sass": "^1.57.1"
},
"scripts": {
"build": "npm run build-min && npm run build-css",
"build-min": "sass --no-source-map --style=compressed scss/icheck-bootstrap.scss:./icheck-bootstrap.min.css",
"build-css": "sass --no-source-map --style=expanded scss/icheck-bootstrap.scss:./icheck-bootstrap.css"
},
"main": "icheck-bootstrap.css",
"files": [
"icheck-bootstrap.css",
"icheck-bootstrap.min.css"
],
"bugs": {
"url": "https://github.com/bantikyan/icheck-bootstrap/issues"
},
"homepage": "https://github.com/bantikyan/icheck-bootstrap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bantikyan/icheck-bootstrap.git"
},
"author": {
"name": "Hovhannes Bantikyan"
},
"keywords": [
"checkbox",
"radio",
"bootstrap",
"pure",
"css"
],
"license": "MIT"
}