UNPKG

837 BJSONView Raw
1{
2 "name" : "jspath",
3 "description" : "DSL that enables you to navigate and find data within your JSON documents",
4 "version" : "0.2.9",
5 "author" : "Dmitry Filatov <dfilatov@yandex-team.ru>",
6 "contributors" : [
7 { "name" : "Dmitry Filatov", "email" : "dfilatov@yandex-team.ru" },
8 { "name" : "Marat Dulin", "email" : "mdevils@gmail.com" }
9 ],
10 "repository" : {
11 "type" : "git",
12 "url" : "http://github.com/dfilatov/jspath.git"
13 },
14 "dependencies" : {},
15 "devDependencies" : {
16 "nodeunit" : "= 0.7.4",
17 "istanbul" : "",
18 "cliff" : "",
19 "benchmark" : "",
20 "uglify-js" : ""
21 },
22 "main" : "index",
23 "engines" : { "node" : ">= 0.4.0" },
24 "scripts" : {
25 "test" : "./node_modules/istanbul/lib/cli.js test test.js"
26 }
27}