-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 864 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": "hoverslippery",
"version": "1.0.0",
"description": "The jQuery plugin for doing cool hovers o n inline navigations",
"main": "index.js",
"dependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0"
},
"devDependencies": {
"grunt-cli": "^1.2.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hastalavistababy/HoverSlippery.git"
},
"keywords": [
"hoverslippery"
],
"author": "Mogeli lortkipanidze",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hastalavistababy/HoverSlippery/issues"
},
"homepage": "https://github.com/Hastalavistababy/HoverSlippery#readme"
}