source: trip-planner-front/node_modules/prr/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 540 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.