main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
960 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "xml",
|
---|
| 3 | "version": "1.0.1",
|
---|
| 4 | "description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
|
---|
| 5 | "homepage": "http://github.com/dylang/node-xml",
|
---|
| 6 | "keywords": [
|
---|
| 7 | "xml",
|
---|
| 8 | "create",
|
---|
| 9 | "builder",
|
---|
| 10 | "json",
|
---|
| 11 | "simple"
|
---|
| 12 | ],
|
---|
| 13 | "author": "Dylan Greene (https://github.com/dylang)",
|
---|
| 14 | "contributors": [
|
---|
| 15 | "Dylan Greene (https://github.com/dylang)",
|
---|
| 16 | "Dodo (https://github.com/dodo)",
|
---|
| 17 | "Felix Geisendrfer (felix@debuggable.com)",
|
---|
| 18 | "Mithgol",
|
---|
| 19 | "carolineBda (https://github.com/carolineBda)",
|
---|
| 20 | "Eric Vantillard https://github.com/evantill",
|
---|
| 21 | "Sean Dwyer https://github.com/reywood"
|
---|
| 22 | ],
|
---|
| 23 | "repository": {
|
---|
| 24 | "type": "git",
|
---|
| 25 | "url": "http://github.com/dylang/node-xml"
|
---|
| 26 | },
|
---|
| 27 | "bugs": {
|
---|
| 28 | "url": "http://github.com/dylang/node-xml/issues"
|
---|
| 29 | },
|
---|
| 30 | "devDependencies": {
|
---|
| 31 | "ava": "^0.11.0"
|
---|
| 32 | },
|
---|
| 33 | "scripts": {
|
---|
| 34 | "test": "ava"
|
---|
| 35 | },
|
---|
| 36 | "main": "lib/xml.js",
|
---|
| 37 | "license": "MIT"
|
---|
| 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.