forked from bline/bootstrap-webpack-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 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
{
"name": "bootstrap-webpack-example",
"version": "1.0.0",
"description": "example usage of bootstrap-webpack",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bootstrap": "~3.3.0",
"bootstrap-webpack": "0.0.4",
"chai": "^1.9.2",
"code-part": "^1.0.3",
"css-loader": "^0.9.0",
"del": "^0.1.3",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-gh-pages": "^0.4.0",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.1",
"gulp-serve": "^0.3.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^1.1.1",
"gulp-webpack": "^1.0.0",
"imports-loader": "^0.6.3",
"jquery": "~2.1.1",
"karma": "^0.12.24",
"karma-chai-plugins": "^0.2.3",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"karma-webpack": "^1.3.1",
"less": "^1.7.5",
"less-loader": "^0.7.7",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"mocha": "^2.0.1",
"opn": "^1.0.0",
"style-loader": "^0.8.2",
"url-loader": "^0.5.5",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bline/bootstrap-webpack-example"
},
"keywords": [
"bootstrap",
"webpack"
],
"author": {
"name": "Scott Beck",
"email": "[email protected]"
},
"license": "MIT"
}