-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 854 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": "tinyscroll.js",
"version": "0.3.9",
"description": "A tiny datetime scroller plugin for mobile device.",
"main": "tinyscroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrendEr/tinyscroll.js.git"
},
"keywords": [
"scroll",
"date",
"time",
"datepicker",
"timepicker",
"scroller"
],
"author": "Frend",
"license": "MIT",
"bugs": {
"url": "https://github.com/FrendEr/tinyscroll.js/issues"
},
"homepage": "https://github.com/FrendEr/tinyscroll.js#readme",
"dependencies": {
"animate.css": "^3.4.0",
"jquery": "^2.1.4"
},
"devDependencies": {
"benchmark": "^1.0.0",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2"
}
}