forked from dfilatov/jspath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name" : "jspath",
"description" : "DSL that enables you to navigate and find data within your JSON documents",
"version" : "0.2.10",
"author" : "Dmitry Filatov <[email protected]>",
"contributors" : [
{ "name" : "Dmitry Filatov", "email" : "[email protected]" },
{ "name" : "Marat Dulin", "email" : "[email protected]" }
],
"repository" : {
"type" : "git",
"url" : "http://github.com/dfilatov/jspath.git"
},
"dependencies" : {},
"devDependencies" : {
"nodeunit" : "= 0.7.4",
"istanbul" : "",
"cliff" : "",
"benchmark" : "",
"uglify-js" : ""
},
"main" : "index",
"engines" : { "node" : ">= 0.4.0" },
"scripts" : {
"test" : "./node_modules/istanbul/lib/cli.js test test.js"
}
}