UNPKG

904 BJSONView Raw
1{
2 "name": "jstoxml",
3 "version": "1.5.0",
4 "description": "Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)",
5 "homepage": "http://github.com/davidcalhoun/jstoxml",
6 "keywords": [
7 "amp",
8 "google amp",
9 "json",
10 "podcast",
11 "rss",
12 "sitemap",
13 "site map",
14 "xml"
15 ],
16 "main": "dist/jstoxml.js",
17 "author": "David Calhoun <david.b.calhoun@gmail.com>",
18 "license": "MIT",
19 "repository": "git://github.com/davidcalhoun/jstoxml",
20 "scripts": {
21 "dist": "./dist.sh",
22 "prepare": "./dist.sh",
23 "test": "rm -rf dist && ./dist.sh && ./node_modules/.bin/mocha test.js"
24 },
25 "unpkg": "dist/jstoxml-min.js",
26 "dependencies": {},
27 "devDependencies": {
28 "@babel/cli": "^7.4.4",
29 "@babel/core": "^7.4.5",
30 "@babel/plugin-transform-modules-umd": "^7.2.0",
31 "@babel/preset-env": "^7.4.5",
32 "mocha": "^5.2.0",
33 "uglify-es": "^3.1.3"
34 }
35}