wallet-core/node_modules/array-slice/package.json

44 lines
935 B
JSON
Raw Normal View History

2017-08-14 05:01:11 +02:00
{
"name": "array-slice",
"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
2018-09-20 02:56:13 +02:00
"version": "0.2.3",
2017-08-14 05:01:11 +02:00
"homepage": "https://github.com/jonschlinkert/array-slice",
2018-09-20 02:56:13 +02:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/array-slice.git"
},
2017-08-14 05:01:11 +02:00
"bugs": {
"url": "https://github.com/jonschlinkert/array-slice/issues"
},
2018-09-20 02:56:13 +02:00
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE"
},
2017-08-14 05:01:11 +02:00
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"mocha": "*",
"should": "^5.2.0"
2017-08-14 05:01:11 +02:00
},
"keywords": [
"array",
"javascript",
"js",
"slice",
"util",
"utils"
2018-09-20 02:56:13 +02:00
]
2017-08-14 05:01:11 +02:00
}