Skip to content

Commit c1678e1

Browse files
committed
version 0.1.1
1 parent ab9f82c commit c1678e1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "plist",
33
"description": "Mac OS X Plist parser for NodeJS. Convert a Plist file or string into a native JS object",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": "Nathan Rajlich <nathan@tootallnate.net>",
6-
"keywords": ["apple", "mac", "plist", "parser", "xml"],
6+
"keywords": [
7+
"apple",
8+
"mac",
9+
"plist",
10+
"parser",
11+
"xml"
12+
],
713
"main": "./lib/plist",
814
"dependencies": {
915
"node-xml": ">= 0.4.0"
1016
},
11-
"engines": { "node": ">= 0.1.100" }
12-
}
17+
"engines": {
18+
"node": ">= 0.1.100"
19+
},
20+
"devDependencies": {}
21+
}

0 commit comments

Comments
 (0)