-
Notifications
You must be signed in to change notification settings - Fork 183
/
package.json
31 lines (31 loc) · 839 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
{
"title": "waitForImages jQuery Plugin",
"main": "./dist/jquery.waitforimages.js",
"name": "jquery.waitforimages",
"author": {
"name": "Alex Dickson",
"email": "[email protected]",
"url": "http://alexanderdickson.com"
},
"version": "2.4.0",
"homepage": "https://github.com/alexanderdickson/waitForImages",
"bugs": {
"url": "https://github.com/alexanderdickson/waitForImages/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alexanderdickson/waitForImages"
},
"license": "MIT",
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-qunit": "~1.3.0",
"grunt-contrib-uglify": "~2.1.0"
}
}