source: node_modules/deep-extend/package.json@ b78c0c1

main
Last change on this file since b78c0c1 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "deep-extend",
3 "description": "Recursive object extending",
4 "license": "MIT",
5 "version": "0.6.0",
6 "homepage": "https://github.com/unclechu/node-deep-extend",
7 "keywords": [
8 "deep-extend",
9 "extend",
10 "deep",
11 "recursive",
12 "xtend",
13 "clone",
14 "merge",
15 "json"
16 ],
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
21 }
22 ],
23 "repository": {
24 "type": "git",
25 "url": "git://github.com/unclechu/node-deep-extend.git"
26 },
27 "author": "Viacheslav Lotsmanov <lotsmanov89@gmail.com>",
28 "bugs": "https://github.com/unclechu/node-deep-extend/issues",
29 "contributors": [
30 {
31 "name": "Romain Prieto",
32 "url": "https://github.com/rprieto"
33 },
34 {
35 "name": "Max Maximov",
36 "url": "https://github.com/maxmaximov"
37 },
38 {
39 "name": "Marshall Bowers",
40 "url": "https://github.com/maxdeviant"
41 },
42 {
43 "name": "Misha Wakerman",
44 "url": "https://github.com/mwakerman"
45 }
46 ],
47 "main": "lib/deep-extend.js",
48 "engines": {
49 "node": ">=4.0.0"
50 },
51 "scripts": {
52 "test": "./node_modules/.bin/mocha"
53 },
54 "devDependencies": {
55 "mocha": "5.2.0",
56 "should": "13.2.1"
57 },
58 "files": [
59 "index.js",
60 "lib/"
61 ]
62}
Note: See TracBrowser for help on using the repository browser.