UNPKG

1.78 kBJSONView Raw
1{
2 "name": "class-transformer",
3 "version": "0.2.2",
4 "description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors",
5 "license": "MIT",
6 "readmeFilename": "README.md",
7 "private": false,
8 "author": {
9 "name": "Umed Khudoiberdiev",
10 "email": "pleerock.me@gmail.com"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/pleerock/class-transformer.git"
15 },
16 "bugs": {
17 "url": "https://github.com/pleerock/class-transformer/issues"
18 },
19 "tags": [
20 "serialization",
21 "deserialization",
22 "serializer",
23 "typescript",
24 "object-to-class",
25 "typescript-serializer"
26 ],
27 "dependencies": {},
28 "devDependencies": {
29 "@types/moment": "^2.13.0",
30 "@types/chai": "^3.4.34",
31 "@types/es6-shim": "^0.31.32",
32 "@types/mocha": "^2.2.33",
33 "@types/node": "0.0.2",
34 "@types/sinon": "^2.2.2",
35 "chai": "^4.2.0",
36 "chai-as-promised": "^7.1.1",
37 "del": "^2.2.1",
38 "es6-shim": "^0.35.1",
39 "gulp": "^3.9.1",
40 "gulp-file": "^0.3.0",
41 "gulp-istanbul": "^1.0.0",
42 "gulp-mocha": "^3.0.1",
43 "gulp-rename": "^1.2.2",
44 "gulp-replace": "^0.5.4",
45 "gulp-shell": "^0.5.1",
46 "gulp-sourcemaps": "^1.6.0",
47 "gulp-tslint": "^8.1.3",
48 "gulp-typescript": "^3.1.3",
49 "gulp-uglify": "^2.0.0",
50 "gulpclass": "^0.1.1",
51 "mocha": "^3.2.0",
52 "moment": "2.14.1",
53 "reflect-metadata": "^0.1.3",
54 "remap-istanbul": "^0.7.0",
55 "sinon": "^1.17.4",
56 "sinon-chai": "^2.8.0",
57 "tslint": "^4.0.2",
58 "tslint-stylish": "^2.1.0-beta",
59 "typescript": "^2.0.10"
60 },
61 "scripts": {
62 "test": "gulp tests",
63 "package": "gulp package"
64 }
65}