slice-foo
Version:
Slices foo any way you'd like
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "slice-foo",
"version": "0.1.4",
"description": "Slices foo any way you'd like",
"main": "index.js",
"scripts": {
"test": "ava tests.js",
"test:watch": "npm run test -- --watch",
"pretest": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"compile": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"engines": {
"node": ">=0.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sseppola/slice-foo.git"
},
"keywords": [
"string",
"slice",
"sliceWith",
"sliceWithGenerator",
"slicer",
"split",
"splitter",
"chuncks",
"chuncker",
"chop",
"chopper",
"generator",
"metasyntactic"
],
"author": "Sindre Seppola <sindre.seppola@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sseppola/slice-foo/issues"
},
"homepage": "https://github.com/sseppola/slice-foo#readme",
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.14.0"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"lodash.curry": "^4.1.1"
}
}