-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pl-progress-bar",
"version": "0.5.2",
"main": "dist/js/pl-progress.min.js",
"style": "dist/css/pl-progress.min.css",
"description": "Progress bar add-on for P-loading.",
"keywords": [
"jquery-plugin",
"jquery",
"loading",
"spinner",
"mask",
"plugins",
"p-loading",
"progress-bar",
"progress bar",
"progress",
"p-loading plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/joseshiru/pl-progress"
},
"bugs": {
"url": "https://github.com/joseshiru/pl-progress/issues"
},
"author": {
"name": "Jose Zuniga",
"email": "[email protected]",
"url": "https://github.com/joseshiru"
},
"homepage": "https://github.com/joseshiru/pl-progress",
"contributors": [
{
"name": "Jose Zuniga",
"email": "[email protected]",
"url": "https://github.com/joseshiru"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.5.1",
"p-loading": "^1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.7.0",
"grunt-karma": "^0.12.0",
"jscs": "^2.10.1",
"karma": "^0.13.21",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.5",
"phantomjs": "^1.9.18",
"qunitjs": "^1.19.0"
},
"scripts": {
"jscs": "jscs src",
"test": "npm run jscs && grunt travis --verbose"
}
}