source: trip-planner-front/node_modules/defaults/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: 522 bytes
Line 
1{
2 "name": "defaults",
3 "version": "1.0.3",
4 "description": "merge single level defaults over a config object",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/tmpvar/defaults.git"
12 },
13 "keywords": [
14 "config",
15 "defaults"
16 ],
17 "author": "Elijah Insua <tmpvar@gmail.com>",
18 "license": "MIT",
19 "readmeFilename": "README.md",
20 "dependencies": {
21 "clone": "^1.0.2"
22 },
23 "devDependencies": {
24 "tap": "^2.0.0"
25 }
26}
Note: See TracBrowser for help on using the repository browser.