-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "jquery-progresstimer",
"title": "jQuery Progress Timer",
"version": "1.0.5",
"author": {
"name": "Thomas Norberg",
"email": "tnorberg@thomasnorberg.com",
"url": "http://www.thomasnorberg.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tnory56/jquery-progressTimer.git"
},
"description": "The jquery progresstimer is a plugin that extends the ability of the bootstrap progress bar.",
"homepage": "http://www.thomasnorberg.com",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "~0.4.1",
"grunt-banner": "*",
"grunt-bump": "0.3.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsdox": "~0.1.5",
"grunt-newer": "~1.1.0",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": ">=3.2.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}