-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
67 lines (53 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "anypicker",
"version": "2.0.9",
"description": "AnyPicker is a customizable jQuery Picker Library for Mobile OS. Create custom mobile pickers (Date, Time, Rating etc) for iOS, Android & Windows. Use pre-built pickers like Date Picker, Time Picker, Date Time Picker, etc",
"keywords": [
"Picker",
"Date Picker",
"Time Picker",
"DateTime Picker",
"Date",
"Time",
"Date Time Picker",
"Bootstrap",
"Mobile",
"Android",
"iOS",
"Windows",
"Rating"
],
"bugs": {
"url": "https://github.com/nehakadam/AnyPicker/issues",
"email": "[email protected]"
},
"author": "Neha Kadam <[email protected]> (https://github.com/nehakadam)",
"_npmUser": {
"name": "nehakadam",
"email": "[email protected]"
},
"homepage": "https://nehakadam.github.io/AnyPicker/",
"main": "dist/anypicker.min.js",
"repository":
{
"type": "git",
"url": "https://github.com/nehakadam/AnyPicker.git"
},
"peerDependencies": {
"jquery": ">=1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.4.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}