UNPKG

editer

Version:

A high level multiline string manipulation library

36 lines (35 loc) 906 B
{ "name": "editer", "version": "0.4.0", "description": "A high level multiline string manipulation library", "main": "index.js", "scripts": { "test": "npm run-script compile && mocha ./test", "compile": "./node_modules/.bin/babel lib/ -d dist/", "prepublish": "npm run-script compile" }, "repository": { "type": "git", "url": "git+https://github.com/sungwoncho/editer.git" }, "keywords": [ "string", "manipulation" ], "author": "Sung Won Cho <mikeswcho@gmail.com> (https://sungwoncho.io/)", "license": "MIT", "bugs": { "url": "https://github.com/sungwoncho/editer/issues" }, "homepage": "https://github.com/sungwoncho/editer#readme", "devDependencies": { "babel-cli": "^6.5.1", "babel-preset-es2015": "^6.5.0", "chai": "^3.5.0", "mocha": "^2.4.5" }, "dependencies": { "locater": "^1.3.0", "lodash": "^4.5.0" } }