UNPKG

@ibrokethat/curry

Version:
47 lines (46 loc) 1.3 kB
{ "name": "@ibrokethat/curry", "description": "super curry", "version": "1.0.3", "author": "si@ibrokethat.com", "contributors": [ { "name": "Simon Jefford", "email": "si@ibrokethat.com" } ], "dependencies": { }, "devDependencies": { "babel": "^6.1.18", "babel-cli": "^6.1.18", "babel-plugin-transform-es2015-arrow-functions": "^6.1.18", "babel-plugin-transform-es2015-destructuring": "^6.1.18", "babel-plugin-transform-es2015-parameters": "^6.1.18", "babel-plugin-transform-es2015-spread": "^6.1.18", "babel-core": "^6.1.21", "chai": "latest", "mocha": "latest", "sinon": "latest" }, "keywords": [ "ibrokethat", "curry", "es6" ], "repository": { "type": "git", "url": "git@github.com:ibrokethat/super-curry" }, "main": "lib/index.js", "scripts": { "build": "./node_modules/.bin/babel ./*.js --out-dir lib --source-maps", "build-watch": "./node_modules/.bin/babel ./*.js --out-dir lib --source-maps -w", "prepublish": "npm prune && npm run build", "test": "./node_modules/.bin/mocha --compilers js:babel-core/register --harmony --colors --recursive -R spec --ui bdd ./test/**/*.test.js --NODE_ENV=test" }, "engines": { "iojs": ">=1.x.x", "node": ">=0.12.x" } }