UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

45 lines (44 loc) 915 B
{ "name": "plist", "description": "Mac OS X Plist parser/builder for Node.js and browsers", "version": "3.0.1", "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": "index.js", "dependencies": { "base64-js": "^1.2.3", "xmlbuilder": "^9.0.7", "xmldom": "0.1.x" }, "devDependencies": { "browserify": "^16.1.1", "mocha": "^5.0.4", "multiline": "^1.0.2", "zuul": "^3.10.1" }, "scripts": { "test": "make test" }, "engines": { "node": ">=6" } }