Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / utils-merge / package.json
1 {
2   "name": "utils-merge",
3   "version": "1.0.0",
4   "description": "merge() utility function",
5   "keywords": [
6     "util"
7   ],
8   "repository": {
9     "type": "git",
10     "url": "git://github.com/jaredhanson/utils-merge.git"
11   },
12   "bugs": {
13     "url": "http://github.com/jaredhanson/utils-merge/issues"
14   },
15   "author": {
16     "name": "Jared Hanson",
17     "email": "jaredhanson@gmail.com",
18     "url": "http://www.jaredhanson.net/"
19   },
20   "licenses": [
21     {
22       "type": "MIT",
23       "url": "http://www.opensource.org/licenses/MIT"
24     }
25   ],
26   "main": "./index",
27   "dependencies": {},
28   "devDependencies": {
29     "mocha": "1.x.x",
30     "chai": "1.x.x"
31   },
32   "scripts": {
33     "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
34   },
35   "engines": {
36     "node": ">= 0.4.0"
37   },
38   "_id": "utils-merge@1.0.0",
39   "dist": {
40     "shasum": "0294fb922bb9375153541c4f7096231f287c8af8",
41     "tarball": "http://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"
42   },
43   "_from": "utils-merge@1.0.0",
44   "_npmVersion": "1.2.25",
45   "_npmUser": {
46     "name": "jaredhanson",
47     "email": "jaredhanson@gmail.com"
48   },
49   "maintainers": [
50     {
51       "name": "jaredhanson",
52       "email": "jaredhanson@gmail.com"
53     }
54   ],
55   "_shasum": "0294fb922bb9375153541c4f7096231f287c8af8",
56   "_resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"
57 }