Skip to content

Commit

Permalink
Fill in more missing package.json info
Browse files Browse the repository at this point in the history
Fixes #4.
  • Loading branch information
diurnalist committed May 31, 2016
1 parent 9027c4b commit 4efc4b1
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
{
"name": "chunk-manifest-webpack-plugin",
"version": "0.0.1",
"version": "0.1.0",
"description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.",
"main": "lib/ChunkManifestPlugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jason Anderson",
"email": "diurnalist@gmail.com",
"url": "http://diurnal.st"
},
"author": "Jason Anderson <diurnalist@gmail.com> (http://diurnal.st)",
"license": "MIT",
"dependencies": {
"webpack-core": "^0.4.8"
},
"peerDependencies": {
"webpack": "^1.4.0-beta6"
},
"repository": "https://github.com/diurnalist/chunk-manifest-webpack-plugin"
"repository": {
"type": "git",
"url": "git+https://github.com/diurnalist/chunk-manifest-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/diurnalist/chunk-manifest-webpack-plugin/issues"
},
"homepage": "https://github.com/diurnalist/chunk-manifest-webpack-plugin#readme",
"devDependencies": {},
"keywords": [
"webpack",
"chunk",
"manifest",
"plugin"
]
}

0 comments on commit 4efc4b1

Please sign in to comment.