UNPKG

abstract-mapper

Version:
50 lines (49 loc) 1.08 kB
{ "name": "abstract-mapper", "version": "0.1.5", "description": "Abstract Object Mapper", "main": "dist/index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/nhz-io/abstract-mapper.git" }, "keywords": [ "nhz.io", "abstract", "object", "mapper", "abstract-mapper", "coffee-script", "coffeescript", "coffee" ], "author": "nhz.io", "license": "MIT", "bugs": { "url": "https://github.com/nhz-io/abstract-mapper/issues" }, "homepage": "https://github.com/nhz-io/abstract-mapper", "devDependencies": { "coffee-script": "^1.9.1", "del": "^1.1.1", "gulp": "^3.8.11", "gulp-coffee": "^2.3.1", "gulp-coffeelint": "^0.4.0", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.3", "gulp-uglify": "^1.1.0", "gulp-util": "^3.0.4", "run-sequence": "^1.0.2", "should": "^5.0.1" }, "gulpfile": { "source": "./source", "build": "./build", "dist": "./dist", "test": "./build/test" } }