File size: 470 Bytes
4cadbaf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
  "name": "JSONSelect",
  "description": "CSS-like selectors for JSON",
  "version": "0.4.0",
  "homepage": "http://jsonselect.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/lloyd/JSONSelect.git"
  },
  "main": "src/jsonselect",
  "engines": {
    "node": ">=0.4.7"
  },
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "test": "node src/test/run.js"
  }
}