Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreliefauche committed Apr 3, 2012
1 parent bec5ce6 commit b5b24c4
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "htmlentities.js",
"preferGlobal": "false",
"version": "0.1.0",
"author": {
"name": "Pierre-Élie Fauché",
"email": "[email protected]"
},
"description": "decode html entities in strings",
"contributors": [
{
"name": "Pierre-Élie Fauché",
"email": "[email protected]"
}
],
"main": "htmlentities",
"repository": {
"type": "git",
"url": "https://github.com/pierreliefauche/htmlentities.js.git"
},
"bugs": {
"url": "http://github.com/pierreliefauche/htmlentities.js/issues"
},
"keywords": [
"html",
"entities",
"entity",
"string"
],
"dependencies" : {},
"devDependencies": {},
"optionalDependencies": {},
"bundleDependencies": [
],
"license": "MIT",
"engines": {
"node": "*"
},
}

0 comments on commit b5b24c4

Please sign in to comment.