Packages

jsonpath in elixir through nodejs

Current section

Files

Jump to
pathfinder node package.json
Raw

node/package.json

{
"name": "jsonpath_node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsonpath": "^1.0.2"
}
}