Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
squat committed Oct 13, 2013
1 parent 5a370c8 commit 015bb42
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "postpone",
"version": "0.3.0",
"description": "A polyfill for postponing the loading of media.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git://github.com/lsvx/postpone.git"
},
"keywords": [
"postpone",
"media",
"resource",
"priority",
"download"
],
"author": "Lucas Serven <[email protected]>",
"license": "MIT",
"readmeFilename": "Readme.md",
"gitHead": "5a370c8a3cb7b1d07db4609b91dbb3d927b555b4",
"bugs": {
"url": "https://github.com/lsvx/postpone/issues"
}
}

0 comments on commit 015bb42

Please sign in to comment.