-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "zepto-tooltip",
"description": "Responsive and Mobile-Friendly Tooltip",
"version": "1.1.2",
"homepage": "https://github.com/ptech/zepto-tooltip",
"author": {
"name": "Present Technologies",
"email": "[email protected]",
"url": "http://www.present-technologies.com"
},
"contributors": [
{
"name": "Samuel Santos",
"email": "[email protected]",
"url": "http://www.samaxes.com"
}
],
"repository": {
"type": "git",
"url": "[email protected]:ptech/zepto-tooltip.git"
},
"bugs": {
"url": "https://github.com/ptech/zepto-tooltip/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/ptech/zepto-tooltip/blob/master/LICENSE.txt"
}
],
"keywords": [
"zepto",
"mobile",
"tooltip"
],
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-csslint": "~0.1.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-compress": "~0.5.0"
}
}