-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 1.13 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
36
37
38
39
40
41
42
43
44
{
"name": "checkboxes.js",
"version": "1.2.2",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
"checkboxes",
"range",
"jquery",
"plugin"
],
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
"bugs": "https://github.com/rmariuzzo/checkboxes.js/issues",
"license": "MIT",
"author": {
"name": "Rubens Mariuzzo",
"email": "[email protected]",
"url": "https://github.com/rmariuzzo"
},
"main": "dist/jquery.checkboxes-1.2.1.min.js",
"repository": {
"type": "git",
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
},
"scripts": {
"test": "grunt travis --verbose",
"build": "grunt build"
},
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jasmine": "^2.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.1.0",
"jasmine-jquery": "^2.1.1",
"load-grunt-tasks": "~4.0.0"
}
}