-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1023 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1023 Bytes
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
{
"name": "jquery.loading.progressive",
"version": "1.0.1",
"description": "A JavaScript library to lazy loading images progressive for optimize web performance",
"main": "dist/jquery.loading.progressive.min.js",
"scripts": {
"lint": "standard \"src/**/*.js\"",
"build:css": "cssnano src/jquery.loading.progressive.css dist/jquery.loading.progressive.min.css",
"build:js": "uglifyjs src/jquery.loading.progressive.js -cm -o dist/jquery.loading.progressive.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonbuiGFD/jquery.loading.progressive.git"
},
"keywords": [
"autocomplete",
"haravan",
"search"
],
"author": "son_bui_",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonbuiGFD/jquery.loading.progressive/issues"
},
"homepage": "https://github.com/sonbuiGFD/jquery.loading.progressive/blob/master/README.md",
"devDependencies": {
"cssnano-cli": "^1.0.5",
"standard": "^10.0.2",
"uglify-js": "^3.0.22"
}
}