forked from lloyd/JSONSelect
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
27 lines (27 loc) · 591 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 591 Bytes
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
{
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://trickyco.de)",
"name": "JSONSelect",
"description": "CSS-like selectors for JSON",
"version": "0.0.1",
"homepage": "http://jsonselect.org",
"repository": {
"type": "git",
"url": "https://github.com/lloyd/JSONSelect.git"
},
"main": "src/jsonselect",
"engines": {
"node": ">=0.4.7"
},
"dependencies": {},
"devDependencies": {},
"files": [
"src/jsonselect.js",
"src/test/run.js",
"src/test/tests",
"tests",
"README.md",
"JSONSelect.md",
"package.json",
"LICENSE"
]
}