-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
{
"name": "wowprogression",
"title": "World of Warcraft Progression",
"version": "1.5.0",
"description": "Automatically updating World of Warcraft Progression Widget",
"author": {
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "[email protected]"
},
"maintainers": [{
"name": "Chris Magnuson",
"url": "https://github.com/holyzala"
}],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"homepage": "https://github.com/Unrepentant/wowProgression",
"bugs": "https://github.com/Unrepentant/wowProgression/issues",
"docs": "https://github.com/Unrepentant/wowProgression/wiki",
"demo": "http://Unrepentant.github.com/wowProgression/",
"dependencies": {
"jquery": ">=1.5"
},
"keywords": [
"Warcraft",
"progression"
],
"files": [
"css/progression.css",
"js/jquery.wowProgression.js",
"js/jquery.wowProgression.min.js"
]
}