- Configurable server URL (default: pedshub.com) - Android + iOS platforms initialized - Dark theme matching quiz app (#0f172a) - Status bar and navigation bar color matched - Auto-redirect on subsequent launches - App ID: com.pedshub.quiz, App Name: PedsHub Build: cd mobile && npx cap sync && npx cap open android Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
39 lines
829 B
JSON
39 lines
829 B
JSON
{
|
|
"author": "Rackspace US, Inc.",
|
|
"contributors": [
|
|
"Paul Querna <paul.querna@rackspace.com>",
|
|
"Tomaz Muraus <tomaz.muraus@rackspace.com>"
|
|
],
|
|
"name": "elementtree",
|
|
"description": "XML Serialization and Parsing module based on Python's ElementTree.",
|
|
"version": "0.1.7",
|
|
"keywords": [
|
|
"xml",
|
|
"sax",
|
|
"parser",
|
|
"seralization",
|
|
"elementtree"
|
|
],
|
|
"homepage": "https://github.com/racker/node-elementtree",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/racker/node-elementtree.git"
|
|
},
|
|
"main": "lib/elementtree.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"sax": "1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"whiskey": "0.8.x"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|