tom-collins
Version:
TypeScript Object Mapper.
40 lines (39 loc) • 823 B
JSON
{
"name": "tom-collins",
"version": "0.2.94",
"description": "TypeScript Object Mapper.",
"main": "js/index.js",
"typings": "js/index",
"files": [
"js"
],
"scripts": {
"test": "node_modules/.bin/mocha js/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlash/tom-collins.git"
},
"keywords": [
"typescript",
"ts",
"decorators",
"helpers",
"object mapper",
"object"
],
"author": "Miguel Ángel Pérez Martínez",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlash/tom-collins/issues"
},
"homepage": "https://github.com/zlash/tom-collins#readme",
"dependencies": {
"@types/node": "^7.0.5",
"moment": "^2.17.1",
"reflect-metadata": "^0.1.9"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}