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