-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 841 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
{
"name": "Simpletooltip",
"version": "1.3.0",
"description": "Simpletooltip is a JQuery plugin, thought to insert short tooltips to any element of your website more easily",
"homepage": "http://not-only-code.github.com/Simpletooltip",
"private": false,
"license": "GPL-3.0",
"scripts": {
"install": "node_modules/.bin/bower install"
},
"author": {
"name": "Carlos Sanz Garcia",
"email": "[email protected]",
"web": "http://codingsomething.wordpress.com"
},
"repository": {
"type": "git",
"url": "[email protected]:not-only-code/Simpletooltip.git"
},
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "*",
"bower": "~1.3.5",
"grunt-contrib-less": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*"
}
}