forked from bline/bootstrap-webpack
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
32 lines (32 loc) · 778 Bytes
/
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
{
"name": "bootstrap-webpack",
"description": "bootstrap3 package for webpack",
"main": "index.js",
"version": "0.0.6",
"loader": "index.loader.js",
"keywords": [
"bootstrap",
"webpack"
],
"author": {
"name": "Scott Beck (@bline)"
},
"bugs": {
"url": "https://github.com/gowravshekar/bootstrap-webpack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/gowravshekar/bootstrap-webpack.git"
},
"peerDependencies": {
"bootstrap": ">=3.0.2",
"css-loader": ">=0.6.3",
"less-loader": ">=0.6.2",
"style-loader": ">=0.6.0",
"url-loader": ">=0.5.5",
"file-loader": ">=0.8.1",
"imports-loader": ">=0.6.3",
"exports-loader": ">=0.6.2",
"extract-text-webpack-plugin": ">=0.3.8"
}
}