Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / depd / package.json
1 {
2   "name": "depd",
3   "description": "Deprecate all the things",
4   "version": "1.0.0",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "keywords": [
11     "deprecate",
12     "deprecated"
13   ],
14   "repository": {
15     "type": "git",
16     "url": "https://github.com/dougwilson/nodejs-depd"
17   },
18   "devDependencies": {
19     "benchmark": "1.0.0",
20     "beautify-benchmark": "0.2.4",
21     "istanbul": "0.3.2",
22     "mocha": "~1.21.4",
23     "should": "~4.0.4"
24   },
25   "files": [
26     "lib/",
27     "History.md",
28     "LICENSE",
29     "index.js",
30     "Readme.md"
31   ],
32   "engines": {
33     "node": ">= 0.6"
34   },
35   "scripts": {
36     "bench": "node benchmark/index.js",
37     "test": "mocha --reporter spec --bail --require should test/",
38     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/",
39     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"
40   },
41   "gitHead": "08b5a2182c8c1fdf7420e4ff8532bfd7e266a7b2",
42   "bugs": {
43     "url": "https://github.com/dougwilson/nodejs-depd/issues"
44   },
45   "homepage": "https://github.com/dougwilson/nodejs-depd",
46   "_id": "depd@1.0.0",
47   "_shasum": "2fda0d00e98aae2845d4991ab1bf1f2a199073d5",
48   "_from": "depd@~1.0.0",
49   "_npmVersion": "1.4.21",
50   "_npmUser": {
51     "name": "dougwilson",
52     "email": "doug@somethingdoug.com"
53   },
54   "maintainers": [
55     {
56       "name": "dougwilson",
57       "email": "doug@somethingdoug.com"
58     }
59   ],
60   "dist": {
61     "shasum": "2fda0d00e98aae2845d4991ab1bf1f2a199073d5",
62     "tarball": "http://registry.npmjs.org/depd/-/depd-1.0.0.tgz"
63   },
64   "directories": {},
65   "_resolved": "https://registry.npmjs.org/depd/-/depd-1.0.0.tgz",
66   "readme": "ERROR: No README data found!"
67 }