Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions README → README.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
================================================================================
YAML Parser for Javascript
--------------------------------------------------------------------------------
YAML Parser for Javascript
==========================

Author: Diogo Costa (<costa.h4evr@gmail.com>)

Author: Diogo Costa (costa.h4evr@gmail.com)
Date: 8th August 2011
================================================================================

DESCRIPTION
Description
-----------

This is CommonJS port of my Javascript YAML Parser, available at:
http://code.google.com/p/javascript-yaml-parser/
Expand All @@ -16,19 +16,22 @@ parser. It does not intend to implement all the aspects formalized in the YAML
specs, but rather to implement a robust parser in Javascript, enough to load
simply structured YAML files.

INSTALLATION
Installation
------------

The parser is available as a NPM module, this is the recommended way of installation.

Run the following command and you should be ready to go:

npm install yamlparser -g
npm install yamlparser

DOCUMENTATION
Documentation
-------------

ToDo

DISCLAIMER
Disclaimer
----------

I try to deliver high quality products, but I do not guarantee that the product
is free from defects. My software is provided "as is", and you use the software
Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
"description": "A YAML parser written in javascript. This is the port to CommonJS. Client-side script is available at http://code.google.com/p/javascript-yaml-parser/",
"version": "0.0.2",
"repository": {
"type": "git",
"type": "git",
"url": "git://github.com/h4evr/commonjs-javascript-yaml-parser.git"
},
"main": "yamlparser",
"engines": {
"node": "~v0.5.3"
},
"dependencies": {},
"devDependencies": {}
"main": "yamlparser"
}