Projekt

Obecné

Profil

Stáhnout (540 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "prr",
3
  "description": "A better Object.defineProperty()",
4
  "version": "1.0.1",
5
  "homepage": "https://github.com/rvagg/prr",
6
  "author": "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
7
  "keywords": [
8
    "property",
9
    "properties",
10
    "defineProperty",
11
    "ender"
12
  ],
13
  "main": "./prr.js",
14
  "repository": {
15
    "type": "git",
16
    "url": "https://github.com/rvagg/prr.git"
17
  },
18
  "dependencies": {},
19
  "devDependencies": {
20
    "tap": "*"
21
  },
22
  "scripts": {
23
    "test": "node ./test.js"
24
  },
25
  "license": "MIT"
26
}
(6-6/8)