forked from farinspace/jquery.imgpreload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 824 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
{
"name": "jquery.imgpreload",
"version": "1.6.2",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/farinspace/jquery.imgpreload",
"author": {
"name": "Dimas Begunoff",
"email": "[email protected]",
"url": "http://farinspace.com"
},
"repository": {
"type": "git",
"url": "https://github.com/farinspace/jquery.imgpreload.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-saucelabs": "^8.3.2",
"load-grunt-tasks": "^0.6.0"
},
"scripts": {
"postinstall": "grunt build"
}
}