-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.59 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
59
60
61
{
"name": "webpack-jquery-bootstrap",
"version": "1.0.0",
"description": "public",
"main": "httpServer.js",
"bin": {
"liver-cloud.com": "server.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/server",
"compiler": "node bin/compile"
},
"author": "sky_rainbow",
"license": "ISC",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"debug": "^2.6.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.1",
"fs-extra": "^2.0.0",
"glob": "^7.1.1",
"ip": "^1.1.4",
"jquery": "^1.12.4",
"node-sass": "^3.4.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"path": "^0.12.7",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webpack": "^1.12.14"
},
"devDependencies": {
"eslint": "^3.15.0",
"express": "^4.14.1",
"html-webpack-plugin": "^2.28.0",
"nodemon": "^1.11.0",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lvtianyu/webpack-jquery-bootstrap.git"
},
"keywords": [
"webpack",
"jquery",
"bootstrap"
],
"bugs": {
"url": "https://github.com/lvtianyu/webpack-jquery-bootstrap/issues"
},
"homepage": "https://github.com/lvtianyu/webpack-jquery-bootstrap#readme"
}