selenium
This commit is contained in:
42
node_modules/plist/package.json
generated
vendored
Normal file
42
node_modules/plist/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "plist",
|
||||
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
|
||||
"version": "1.2.0",
|
||||
"author": "Nathan Rajlich <nathan@tootallnate.net>",
|
||||
"contributors": [
|
||||
"Hans Huebner <hans.huebner@gmail.com>",
|
||||
"Pierre Metrailler",
|
||||
"Mike Reinstein <reinstein.mike@gmail.com>",
|
||||
"Vladimir Tsvang",
|
||||
"Mathieu D'Amours"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/TooTallNate/node-plist.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"apple",
|
||||
"browser",
|
||||
"mac",
|
||||
"plist",
|
||||
"parser",
|
||||
"xml"
|
||||
],
|
||||
"main": "lib/plist.js",
|
||||
"dependencies": {
|
||||
"base64-js": "0.0.8",
|
||||
"xmlbuilder": "4.0.0",
|
||||
"xmldom": "0.1.x",
|
||||
"util-deprecate": "1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "12.0.1",
|
||||
"mocha": "2.3.3",
|
||||
"multiline": "1.0.2",
|
||||
"zuul": "3.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user