diff options
author | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
commit | c6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch) | |
tree | b4be2d508223820d0a77d5a3e35e82684da3b6ec /node_modules/yamlparser/package.json | |
download | hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.gz hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.bz2 hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.zip |
Diffstat (limited to 'node_modules/yamlparser/package.json')
-rw-r--r-- | node_modules/yamlparser/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/yamlparser/package.json b/node_modules/yamlparser/package.json new file mode 100644 index 0000000..abf9006 --- /dev/null +++ b/node_modules/yamlparser/package.json @@ -0,0 +1,11 @@ +{ + "author": "Diogo Costa <costa.h4evr@gmail.com> (http://diogocosta.pt.tl/)", + "name": "yamlparser", + "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", + "url": "git://github.com/h4evr/commonjs-javascript-yaml-parser.git" + }, + "main": "yamlparser" +} |