-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
58 lines (58 loc) · 1.78 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "busy-load",
"version": "0.1.2",
"description": "A flexible jQuery loading-mask",
"main": "src/index.js",
"scripts": {
"test": "mocha-chrome test/testrunner.html",
"dev": "npm run development",
"development": "cross-env NODE_ENV=DEVELOPMENT webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=DEVELOPMENT webpack --progress --hide-modules --watch",
"prod": "npm run production",
"production": "npm run development & cross-env NODE_ENV=PRODUCTION webpack --progress --hide-modules",
"start": "cross-env NODE_ENV=DEVELOPMENT-SERVER webpack-dev-server --open",
"prepublish": "npm test"
},
"homepage": "https://github.com/piccard21/busy-load",
"keywords": [
"jQuery-plugin",
"loading-mask",
"overlay",
"mask",
"loader"
],
"repository": {
"type": "git",
"url": "https://github.com/piccard21/busy-load"
},
"author": "Andreas Stephan <info@cafe-serendipity.com> (info@cafe-serendipity.com)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"chai-jquery": "^2.0.0",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"mocha-chrome": "^2.0.0",
"node-sass": "^4.5.3",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",
"webpack": "^3.8.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.0.0"
}
}