summaryrefslogtreecommitdiff
path: root/deps/jsonpath/package.json
blob: 458b822a532914ffb9f96a3a2a6b9a66f746dd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "jsonpath.sh",
  "version": "0.0.14",
  "description": "JSONPath implementation written in Bash",
  "homepage": "http://github.com/mclarkson/JSONPath.sh",
  "repository": {
    "type": "git",
    "url": "https://github.com/mclarkson/JSONPath.sh.git"
  },
  "bin": {
    "JSONPath.sh": "./JSONPath.sh"
  },
  "dependencies": {},
  "devDependencies": {},
  "author": "Mark Clarkson <mark.clarkson@smorg.co.uk>",
  "scripts": {
    "test": "./all-tests.sh"
  }
}