UNPKG

zippa

Version:
44 lines (43 loc) 1.08 kB
{ "name": "zippa", "version": "0.3.1", "description": "A Generic Zipper Library", "main": "lib/index.js", "scripts": { "test": "make test", "prepublish": "make build" }, "keywords": [ "zipper", "functional", "immutable" ], "author": "Tommi Kaikkonen <tommi.kaikkonen@aalto.fi>", "repository": { "type": "git", "url": "https://github.com/tommikaikkonen/zippa.git" }, "license": "MIT", "devDependencies": { "babel-cli": "^6.10.1", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.9.0", "chai": "^3.5.0", "documentation": "github:documentationjs/documentation#9e47ec103b42cb9f5ffdca295b47b07443c535d6", "eslint": "^3.1.0", "eslint-config-airbnb": "9.0.1", "eslint-plugin-import": "^1.11.0", "gulp": "^3.9.1", "gulp-gh-pages": "^0.5.4", "mocha": "^2.4.5", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "webpack": "^1.13.1" }, "dependencies": { "ramda": "^0.21.0" } }