-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "drum",
"version": "0.1.2",
"description": "Drum is responsive, accessible jQuery revolving drum control plugin to replace a number field or a select menu",
"main": "jquery.drum.min.js",
"scripts": {
"build": "uglifyjs lib/jquery-ui.widget.js src/jquery.watch-drag.js src/jquery.drum.js -o jquery.drum-1.min.js --comments /^!/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jquery-plugin",
"drum",
"control"
],
"author": {
"name": "Tigran Sargsyan",
"email": "[email protected]",
"url": "https://github.com/tigrr"
},
"homepage": "https://github.com/tigrr/drum",
"repository": {
"type": "git",
"url": "https://github.com/tigrr/drum.git"
},
"bugs": {
"url": "https://github.com/tigrr/drum/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"load-grunt-tasks": "^5.0.0",
"time-grunt": "^2.0.0",
"uglify-js": "^3.6.0"
}
}