-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
37
38
39
40
41
42
43
44
45
{
"name": "img_loading_progress",
"version": "1.0.0",
"description": "a slim plugin for image loading ,it can show the progress",
"main": "index.js",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-preset-es2015": "^6.22.0",
"body-parser": "^1.17.1",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^2.28.0",
"jquery": "^2.2.4",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"build:dev": "webpack --config webpack.config.js",
"build:prod":"set NODE_ENV=production&&webpack -p",
"server":"webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jsweber/img_loading_progress.git"
},
"keywords": [
"javascript",
"html5",
"image",
"image loading",
"loading",
"loading page"
],
"author": "jsweber",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsweber/img_loading_progress/issues"
},
"homepage": "https://github.com/jsweber/img_loading_progress#readme"
}