1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "copy-descriptor",
|
3 |
|
|
"description": "Copy a descriptor from object A to object B",
|
4 |
|
|
"version": "0.1.1",
|
5 |
|
|
"homepage": "https://github.com/jonschlinkert/copy-descriptor",
|
6 |
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 |
|
|
"repository": "jonschlinkert/copy-descriptor",
|
8 |
|
|
"bugs": {
|
9 |
|
|
"url": "https://github.com/jonschlinkert/copy-descriptor/issues"
|
10 |
|
|
},
|
11 |
|
|
"license": "MIT",
|
12 |
|
|
"files": [
|
13 |
|
|
"index.js"
|
14 |
|
|
],
|
15 |
|
|
"main": "index.js",
|
16 |
|
|
"engines": {
|
17 |
|
|
"node": ">=0.10.0"
|
18 |
|
|
},
|
19 |
|
|
"scripts": {
|
20 |
|
|
"test": "mocha"
|
21 |
|
|
},
|
22 |
|
|
"devDependencies": {
|
23 |
|
|
"gulp-format-md": "^0.1.9",
|
24 |
|
|
"mocha": "^2.5.3"
|
25 |
|
|
},
|
26 |
|
|
"keywords": [
|
27 |
|
|
"copy",
|
28 |
|
|
"descriptor"
|
29 |
|
|
],
|
30 |
|
|
"verb": {
|
31 |
|
|
"toc": false,
|
32 |
|
|
"layout": "default",
|
33 |
|
|
"tasks": [
|
34 |
|
|
"readme"
|
35 |
|
|
],
|
36 |
|
|
"plugins": [
|
37 |
|
|
"gulp-format-md"
|
38 |
|
|
],
|
39 |
|
|
"related": {
|
40 |
|
|
"list": [
|
41 |
|
|
"is-accessor-descriptor",
|
42 |
|
|
"is-data-descriptor",
|
43 |
|
|
"is-descriptor",
|
44 |
|
|
"is-plain-object",
|
45 |
|
|
"isobject"
|
46 |
|
|
]
|
47 |
|
|
},
|
48 |
|
|
"lint": {
|
49 |
|
|
"reflinks": true
|
50 |
|
|
},
|
51 |
|
|
"reflinks": [
|
52 |
|
|
"verb-readme-generator",
|
53 |
|
|
"verb"
|
54 |
|
|
]
|
55 |
|
|
}
|
56 |
|
|
}
|