UNPKG

class-hydrator

Version:

Transformation typescript class instance to stringifiable(serializable) plain object

53 lines (52 loc) 1.57 kB
{ "name": "class-hydrator", "version": "1.0.13", "description": "Transformation typescript class instance to stringifiable(serializable) plain object", "scripts": { "start": "webpack-dev-server --inline --progress", "build": "rimraf sampleDist && webpack --config config/webpack.prod.js --progress --profile --bail", "test": "karma start" }, "repository": { "type": "git", "url": "git+https://github.com/pplink/class-hydrator.git" }, "keywords": [ "typescript", "serializer", "typescript-serializer", "class-serializer", "circular-object-serializer", "serialization", "deserialization" ], "author": "TaeminKim <taemin@pplink.net>", "license": "MIT", "bugs": { "url": "https://github.com/pplink/class-hydrator/issues" }, "homepage": "https://github.com/pplink/class-hydrator#readme", "devDependencies": { "awesome-typescript-loader": "^3.0.0-beta.3", "enhanced-resolve": "^2.3.0", "extract-text-webpack-plugin": "^1.0.1", "html-webpack-plugin": "^2.24.1", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-verbose-reporter": "0.0.3", "karma-webpack": "^1.8.0", "phantomjs-prebuilt": "^2.1.13", "rimraf": "^2.5.4", "typescript": "^2.0.10", "webpack": "^1.13.3", "webpack-dev-server": "^1.16.2", "webpack-merge": "^0.17.0" }, "dependencies": { "core-js": "^2.4.1" } }