/home2/dakshskx/lib/node_modules/pm2/node_modules/yamljs
NameSizeModeActions
bin/-0755rm
cli/-0755rm
demo/-0755rm
dist/-0755rm
lib/-0755rm
src/-0755rm
test/-0755rm
.npmignore420644editdlrm
.travis.yml1440644editdlrm
bower.json4810644editdlrm
Cakefile42870644editdlrm
index.js580644editdlrm
LICENSE10560644editdlrm
package.json8080644editdlrm
README.md41450644editdlrm
Edit: /home2/dakshskx/lib/node_modules/pm2/node_modules/yamljs/package.json (808B)
{ "name": "yamljs", "version": "0.3.0", "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.", "keywords": [ "yaml", "json", "yaml2json", "json2yaml" ], "author": "Jeremy Faivre ", "main": "./lib/Yaml.js", "dependencies": { "argparse": "^1.0.7", "glob": "^7.0.5" }, "devDependencies": { "benchmark": "^2.1.0", "coffeeify": "^2.0.1", "jasmine-node": "^1.14.5" }, "bin": { "yaml2json": "./bin/yaml2json", "json2yaml": "./bin/json2yaml" }, "scripts": { "test": "cake build; cake test" }, "license": "MIT", "repository": { "type": "git", "url": "git://github.com/jeremyfa/yaml.js.git" } }