UNPKG

siu

Version:

Seamless Immutable Utilities

34 lines (33 loc) 741 B
{ "name": "siu", "version": "0.4.0", "description": "Seamless Immutable Utilities", "main": "index.js", "scripts": { "test": "./node_modules/tape/bin/tape ./lib/**/*.test.js | tap-spec" }, "repository": { "type": "git", "url": "https://github.com/Versent/siu.git" }, "keywords": [ "immutable", "seamless-immutable" ], "author": "Sebastian Porto", "license": "MIT", "bugs": { "url": "https://github.com/Versent/siu/issues" }, "homepage": "https://github.com/Versent/siu", "devDependencies": { "tap-spec": "^4.0.2", "tape": "^4.2.0", "tape-catch": "^1.0.4" }, "dependencies": { "lodash": "^3.10.1", "node-uuid": "^1.4.3", "seamless-immutable": "^3.0.0" } }