Skip to content

Commit 24b74c9

Browse files
committed
converted tabs to spaces in package.json
1 parent 3105d31 commit 24b74c9

1 file changed

Lines changed: 63 additions & 63 deletions

File tree

package.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
{
2-
"name": "webpack",
3-
"version": "1.7.2",
4-
"author": "Tobias Koppers @sokra",
5-
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
6-
"dependencies": {
7-
"acorn": "^0.12.0",
8-
"async": "~0.9.0",
9-
"clone": "~0.1.15",
10-
"enhanced-resolve": "~0.8.2",
11-
"memory-fs": "~0.2.0",
12-
"mkdirp": "~0.5.0",
13-
"node-libs-browser": "~0.4.0",
14-
"optimist": "~0.6.0",
15-
"supports-color": "^1.2.0",
16-
"tapable": "~0.1.8",
17-
"uglify-js": "~2.4.13",
18-
"watchpack": "^0.2.1",
19-
"webpack-core": "~0.5.0"
20-
},
21-
"licenses": [
22-
{
23-
"type": "MIT",
24-
"url": "http://www.opensource.org/licenses/mit-license.php"
25-
}
26-
],
27-
"devDependencies": {
28-
"mocha": "~2.1.0",
29-
"should": "^4.6.0",
30-
"vm-browserify": "~0.0.0",
31-
"express": "~3.4.8",
32-
"webpack-dev-middleware": "^1.0.0",
33-
"worker-loader": "~0.5.0",
34-
"raw-loader": "~0.5.0",
35-
"json-loader": "~0.5.1",
36-
"jade-loader": "~0.7.0",
37-
"coffee-loader": "~0.7.1",
38-
"css-loader": "~0.9.0",
39-
"less-loader": "^2.0.0",
40-
"style-loader": "~0.8.0",
41-
"script-loader": "~0.6.0",
42-
"bundle-loader": "~0.5.0",
43-
"file-loader": "~0.8.0",
44-
"url-loader": "~0.5.0",
45-
"val-loader": "~0.5.0",
46-
"i18n-webpack-plugin": "~0.2.0",
47-
"extract-text-webpack-plugin": "~0.3.0",
48-
"component-webpack-plugin": "~0.2.0"
49-
},
50-
"engines": {
51-
"node": ">=0.6"
52-
},
53-
"repository": {
54-
"type": "git",
55-
"url": "http://github.com/webpack/webpack.git"
56-
},
57-
"homepage": "http://github.com/webpack/webpack",
58-
"main": "lib/webpack.js",
59-
"web": "lib/webpack.web.js",
60-
"bin": "./bin/webpack.js",
61-
"scripts": {
62-
"test": "mocha --reporter spec",
63-
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
64-
}
2+
"name": "webpack",
3+
"version": "1.7.2",
4+
"author": "Tobias Koppers @sokra",
5+
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.",
6+
"dependencies": {
7+
"acorn": "^0.12.0",
8+
"async": "~0.9.0",
9+
"clone": "~0.1.15",
10+
"enhanced-resolve": "~0.8.2",
11+
"memory-fs": "~0.2.0",
12+
"mkdirp": "~0.5.0",
13+
"node-libs-browser": "~0.4.0",
14+
"optimist": "~0.6.0",
15+
"supports-color": "^1.2.0",
16+
"tapable": "~0.1.8",
17+
"uglify-js": "~2.4.13",
18+
"watchpack": "^0.2.1",
19+
"webpack-core": "~0.5.0"
20+
},
21+
"licenses": [
22+
{
23+
"type": "MIT",
24+
"url": "http://www.opensource.org/licenses/mit-license.php"
25+
}
26+
],
27+
"devDependencies": {
28+
"bundle-loader": "~0.5.0",
29+
"coffee-loader": "~0.7.1",
30+
"component-webpack-plugin": "~0.2.0",
31+
"css-loader": "~0.9.0",
32+
"express": "~3.4.8",
33+
"extract-text-webpack-plugin": "~0.3.0",
34+
"file-loader": "~0.8.0",
35+
"i18n-webpack-plugin": "~0.2.0",
36+
"jade-loader": "~0.7.0",
37+
"json-loader": "~0.5.1",
38+
"less-loader": "^2.0.0",
39+
"mocha": "~2.1.0",
40+
"raw-loader": "~0.5.0",
41+
"script-loader": "~0.6.0",
42+
"should": "^4.6.0",
43+
"style-loader": "~0.8.0",
44+
"url-loader": "~0.5.0",
45+
"val-loader": "~0.5.0",
46+
"vm-browserify": "~0.0.0",
47+
"webpack-dev-middleware": "^1.0.0",
48+
"worker-loader": "~0.5.0"
49+
},
50+
"engines": {
51+
"node": ">=0.6"
52+
},
53+
"repository": {
54+
"type": "git",
55+
"url": "http://github.com/webpack/webpack.git"
56+
},
57+
"homepage": "http://github.com/webpack/webpack",
58+
"main": "lib/webpack.js",
59+
"web": "lib/webpack.web.js",
60+
"bin": "./bin/webpack.js",
61+
"scripts": {
62+
"test": "mocha --reporter spec",
63+
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
64+
}
6565
}

0 commit comments

Comments
 (0)