UNPKG

deep-sheets

Version:

deepjs transformations DSL for javascript objects.

31 lines 699 B
{ "name": "deep-sheets", "version": "1.0.0", "description": "deepjs transformations DSL for javascript objects.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/deepjs/deep-ocm" }, "keywords": [ "javascript", "AOP", "transformations", "deepjs" ], "author": "Gilles Coomans <gilles.coomans@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/deepjs/deep-sheets/issues" }, "homepage": "https://github.com/deepjs/deep-sheets", "devDependencies": { "gulp": "^3.8.11", "chai": "^2.2.0", "gulp-jshint": "^1.10.0", "jshint-stylish": "^1.0.1" } }