Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 3e4ad4c

Browse files
committed
Merge pull request #1 from tobie/devildetails
Cleaning up README file and package.json
2 parents 87886fa + 1bb42f9 commit 3e4ad4c

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

README renamed to README.markdown

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
================================================================================
2-
YAML Parser for Javascript
3-
--------------------------------------------------------------------------------
1+
YAML Parser for Javascript
2+
==========================
3+
4+
Author: Diogo Costa (<costa.h4evr@gmail.com>)
45

5-
Author: Diogo Costa (costa.h4evr@gmail.com)
66
Date: 8th August 2011
7-
================================================================================
87

9-
DESCRIPTION
8+
Description
9+
-----------
1010

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

19-
INSTALLATION
19+
Installation
20+
------------
2021

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

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

25-
npm install yamlparser -g
26+
npm install yamlparser
2627

27-
DOCUMENTATION
28+
Documentation
29+
-------------
2830

2931
ToDo
3032

31-
DISCLAIMER
33+
Disclaimer
34+
----------
3235

3336
I try to deliver high quality products, but I do not guarantee that the product
3437
is free from defects. My software is provided "as is", and you use the software

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
"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/",
55
"version": "0.0.2",
66
"repository": {
7-
"type": "git",
7+
"type": "git",
88
"url": "git://github.com/h4evr/commonjs-javascript-yaml-parser.git"
99
},
10-
"main": "yamlparser",
11-
"engines": {
12-
"node": "~v0.5.3"
13-
},
14-
"dependencies": {},
15-
"devDependencies": {}
10+
"main": "yamlparser"
1611
}

0 commit comments

Comments
 (0)