UNPKG

1.18 kBJSONView Raw
1{
2 "name": "class-utils",
3 "description": "Utils for working with JavaScript classes and prototype methods.",
4 "version": "0.1.1",
5 "homepage": "https://github.com/jonschlinkert/class-utils",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/class-utils",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/class-utils/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 "dependencies": {
23 "define-property": "^0.2.5",
24 "isobject": "^2.0.0"
25 },
26 "devDependencies": {
27 "gulp": "^3.9.0",
28 "gulp-istanbul": "^0.10.0",
29 "gulp-jshint": "^1.11.2",
30 "gulp-mocha": "^2.1.3",
31 "jshint-stylish": "^2.0.1",
32 "mocha": "^2.3.2",
33 "should": "^7.1.0"
34 },
35 "keywords": [
36 "array",
37 "assign",
38 "class",
39 "copy",
40 "define",
41 "delegate",
42 "descriptor",
43 "extend",
44 "inherit",
45 "object",
46 "util",
47 "utils"
48 ],
49 "verb": {
50 "related": {
51 "list": [
52 "define-property",
53 "delegate-properties",
54 "is-descriptor"
55 ]
56 }
57 }
58}