UNPKG

deep-utils

Version:

Bunch of utils for deepjs and related.

30 lines 665 B
{ "name": "deep-utils", "version": "1.0.0", "description": "Bunch of utils for deepjs and related.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/deepjs/deep-utils" }, "keywords": [ "javascript", "utils", "deepjs" ], "author": "Gilles Coomans <gilles.coomans@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/deepjs/deep-utils/issues" }, "homepage": "https://github.com/deepjs/deep-utils", "devDependencies": { "gulp": "^3.8.11", "chai": "^2.2.0", "gulp-jshint": "^1.10.0", "jshint-stylish": "^1.0.1" } }