Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 6, 2011
1 parent ab9f82c commit c1678e1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"name": "plist",
"description": "Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object",
"version": "0.1.0",
"version": "0.1.1",
"author": "Nathan Rajlich <nathan@tootallnate.net>",
"keywords": ["apple", "mac", "plist", "parser", "xml"],
"keywords": [
"apple",
"mac",
"plist",
"parser",
"xml"
],
"main": "./lib/plist",
"dependencies": {
"node-xml": ">= 0.4.0"
},
"engines": { "node": ">= 0.1.100" }
}
"engines": {
"node": ">= 0.1.100"
},
"devDependencies": {}
}

0 comments on commit c1678e1

Please sign in to comment.