-
Notifications
You must be signed in to change notification settings - Fork 230
/
package.json
36 lines (36 loc) · 1.35 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
{
"name": "queryloader2",
"version": "3.2.3",
"homepage": "http://gaya.ninja",
"description": "QueryLoader2 serves the main purpose of preloading the images on your website by showing an overlay and a loading bar. It automatically fetches all your images and background images and preloads them before showing the webpage.",
"dependencies": {
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"jscs": "^2.3.1",
"mocha": "^2.3.3",
"mocha-phantomjs": "^4.0.1",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Gaya/QueryLoader2"
},
"scripts": {
"prepublish": "node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests",
"test": "node ./node_modules/jscs/bin/jscs src && node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests && node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/browser/index.html"
},
"main": "./queryloader2.min.js",
"author": {
"name": "Gaya Kessler",
"email": "[email protected]",
"url": "http://gaya.ninja/"
},
"license": "MIT",
"devDependencies": {}
}