forked from CarlosBonetti/jquery-loading
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "jquery-easy-loading",
"version": "1.2.0",
"description": "Easily add and manipulate loading states of any element on the page",
"keywords": [
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"overlay",
"loading",
"loader",
"ajax"
],
"author": "Carlos Bonetti <carlosb_bc@hotmail.com>",
"license": "MIT",
"url": "http://github.com/CarlosBonetti/jquery-loading",
"repository": "http://github.com/CarlosBonetti/jquery-loading",
"homepage": "http://carlosbonetti.github.io/jquery-loading/",
"main": "./dist/jquery.loading.js",
"style": ["./dist/jquery.loading.css"],
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"jquery": "^1.11.1",
"jshint": "^2.9.1",
"qunitjs": "^1.14.0"
}
}