forked from Gaya/queryloader2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.17 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
{
"name": "queryloader2",
"version": "3.0.16",
"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": "^1.3.0",
"browserify": "^4.2.3",
"gulp": "^3.8.6",
"gulp-header": "^1.0.5",
"gulp-mocha-phantomjs": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-watch": "^0.6.8",
"mocha": "^1.21.3",
"mocha-phantomjs": "^3.5.3",
"vinyl-source-stream": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Gaya/QueryLoader2"
},
"scripts": {
"postinstall": "node ./node_modules/gulp/bin/gulp.js browserify && node ./node_modules/gulp/bin/gulp.js browserify-tests",
"test": "node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs test/browser/index.html"
},
"main": "./src/main.js",
"author": {
"name": "Gaya Kessler",
"email": "hi@gaya.ninja",
"url": "http://gaya.ninja/"
},
"license": "MIT",
"devDependencies": {}
}