UNPKG

1.44 kBJSONView Raw
1{
2 "name": "class-transformer",
3 "version": "0.1.3",
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 "chai": "^3.4.1",
30 "chai-as-promised": "^5.3.0",
31 "del": "^2.2.1",
32 "es6-shim": "^0.35.1",
33 "gulp": "^3.9.1",
34 "gulp-istanbul": "^1.0.0",
35 "gulp-mocha": "^2.2.0",
36 "gulp-replace": "^0.5.4",
37 "gulp-shell": "^0.5.1",
38 "gulp-sourcemaps": "^1.6.0",
39 "gulp-tslint": "^6.0.1",
40 "gulp-typescript": "^2.13.6",
41 "gulpclass": "^0.1.1",
42 "mocha": "^2.5.3",
43 "moment": "^2.14.1",
44 "reflect-metadata": "^0.1.3",
45 "remap-istanbul": "^0.6.4",
46 "sinon": "^1.17.4",
47 "sinon-chai": "^2.8.0",
48 "tslint": "^3.13.0",
49 "tslint-stylish": "^2.1.0-beta",
50 "typescript": "^1.8.10",
51 "typings": "^1.3.2"
52 },
53 "scripts": {
54 "test": "gulp tests"
55 }
56}