Skip to content

Commit 1f74f58

Browse files
committed
1.8.0
1 parent c104323 commit 1f74f58

1 file changed

Lines changed: 66 additions & 66 deletions

File tree

package.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
{
2-
"name": "webpack",
3-
"version": "1.7.3",
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-
"esprima": "~1.2.0",
8-
"interpret": "^0.5.2",
9-
"mkdirp": "~0.5.0",
10-
"optimist": "~0.6.0",
11-
"uglify-js": "~2.4.13",
12-
"async": "~0.9.0",
13-
"enhanced-resolve": "~0.8.2",
14-
"memory-fs": "~0.2.0",
15-
"clone": "~0.1.15",
16-
"webpack-core": "~0.6.0",
17-
"node-libs-browser": "~0.4.0",
18-
"watchpack": "^0.2.1",
19-
"tapable": "~0.1.8",
20-
"supports-color": "^1.2.0"
21-
},
22-
"licenses": [
23-
{
24-
"type": "MIT",
25-
"url": "http://www.opensource.org/licenses/mit-license.php"
26-
}
27-
],
28-
"devDependencies": {
29-
"benchmark": "^1.0.0",
30-
"bundle-loader": "~0.5.0",
31-
"coffee-loader": "~0.7.1",
32-
"component-webpack-plugin": "~0.2.0",
33-
"css-loader": "~0.9.0",
34-
"express": "~3.4.8",
35-
"extract-text-webpack-plugin": "~0.3.0",
36-
"file-loader": "~0.8.0",
37-
"i18n-webpack-plugin": "~0.2.0",
38-
"jade-loader": "~0.7.0",
39-
"json-loader": "~0.5.1",
40-
"less-loader": "^2.0.0",
41-
"microtime": "^1.2.0",
42-
"mocha": "~2.1.0",
43-
"raw-loader": "~0.5.0",
44-
"script-loader": "~0.6.0",
45-
"should": "^4.6.0",
46-
"style-loader": "~0.8.0",
47-
"url-loader": "~0.5.0",
48-
"val-loader": "~0.5.0",
49-
"vm-browserify": "~0.0.0",
50-
"webpack-dev-middleware": "^1.0.0",
51-
"worker-loader": "~0.5.0"
52-
},
53-
"engines": {
54-
"node": ">=0.6"
55-
},
56-
"repository": {
57-
"type": "git",
58-
"url": "http://github.com/webpack/webpack.git"
59-
},
60-
"homepage": "http://github.com/webpack/webpack",
61-
"main": "lib/webpack.js",
62-
"web": "lib/webpack.web.js",
63-
"bin": "./bin/webpack.js",
64-
"scripts": {
65-
"test": "mocha --reporter spec",
66-
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
67-
}
2+
"name": "webpack",
3+
"version": "1.8.0",
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+
"esprima": "~1.2.0",
8+
"interpret": "^0.5.2",
9+
"mkdirp": "~0.5.0",
10+
"optimist": "~0.6.0",
11+
"uglify-js": "~2.4.13",
12+
"async": "~0.9.0",
13+
"enhanced-resolve": "~0.8.2",
14+
"memory-fs": "~0.2.0",
15+
"clone": "~0.1.15",
16+
"webpack-core": "~0.6.0",
17+
"node-libs-browser": "~0.4.0",
18+
"watchpack": "^0.2.1",
19+
"tapable": "~0.1.8",
20+
"supports-color": "^1.2.0"
21+
},
22+
"licenses": [
23+
{
24+
"type": "MIT",
25+
"url": "http://www.opensource.org/licenses/mit-license.php"
26+
}
27+
],
28+
"devDependencies": {
29+
"benchmark": "^1.0.0",
30+
"bundle-loader": "~0.5.0",
31+
"coffee-loader": "~0.7.1",
32+
"component-webpack-plugin": "~0.2.0",
33+
"css-loader": "~0.9.0",
34+
"express": "~3.4.8",
35+
"extract-text-webpack-plugin": "~0.3.0",
36+
"file-loader": "~0.8.0",
37+
"i18n-webpack-plugin": "~0.2.0",
38+
"jade-loader": "~0.7.0",
39+
"json-loader": "~0.5.1",
40+
"less-loader": "^2.0.0",
41+
"microtime": "^1.2.0",
42+
"mocha": "~2.1.0",
43+
"raw-loader": "~0.5.0",
44+
"script-loader": "~0.6.0",
45+
"should": "^4.6.0",
46+
"style-loader": "~0.8.0",
47+
"url-loader": "~0.5.0",
48+
"val-loader": "~0.5.0",
49+
"vm-browserify": "~0.0.0",
50+
"webpack-dev-middleware": "^1.0.0",
51+
"worker-loader": "~0.5.0"
52+
},
53+
"engines": {
54+
"node": ">=0.6"
55+
},
56+
"repository": {
57+
"type": "git",
58+
"url": "http://github.com/webpack/webpack.git"
59+
},
60+
"homepage": "http://github.com/webpack/webpack",
61+
"main": "lib/webpack.js",
62+
"web": "lib/webpack.web.js",
63+
"bin": "./bin/webpack.js",
64+
"scripts": {
65+
"test": "mocha --reporter spec",
66+
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
67+
}
6868
}

0 commit comments

Comments
 (0)