-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.57 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
62
63
{
"name": "bootstrap-webpack-example",
"version": "1.0.0",
"description": "example usage of bootstrap-webpack",
"main": "index.js",
"engines": {
"node": "0.12.7"
},
"dependencies": {
"bootstrap-sass": "~3.3.5",
"bootstrap-sass-loader": "^1.0.8",
"chai": "^3.2.0",
"code-part": "^1.1.1",
"css-loader": "^0.15.6",
"del": "^1.2.0",
"expose-loader": "^0.7.0",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-serve": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^3.0.0",
"gulp-webpack": "^1.5.0",
"imports-loader": "^0.6.4",
"jquery": "~2.1.4",
"karma": "^0.12.37",
"karma-chai-plugins": "^0.6.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-script-launcher": "^0.1.0",
"karma-webpack": "^1.5.1",
"lodash": "^3.10.0",
"marked": "^0.3.4",
"mocha": "^2.2.5",
"node-sass": "^3.2.0",
"opn": "^3.0.2",
"sass-loader": "~1.0.3",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/justin808/bootstrap-sass-loader-example"
},
"keywords": [
"bootstrap",
"webpack"
],
"author": {
"name": "Justin Gordon",
"email": "[email protected]"
},
"license": "MIT"
}