package.json 743 Bytes
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
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
28
29
30
31
32
33
34
35
36
{
  "name": "is-property",
  "version": "1.0.2",
  "description": "Tests if a JSON property can be accessed using . syntax",
  "main": "is-property.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "~1.0.4"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/is-property.git"
  },
  "keywords": [
    "is",
    "property",
    "json",
    "dot",
    "bracket",
    ".",
    "[]"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  "bugs": {
    "url": "https://github.com/mikolalysenko/is-property/issues"
  }
}