wallet-core/node_modules/repeating/package.json

38 lines
610 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "repeating",
"version": "2.0.1",
"description": "Repeat a string - fast",
"license": "MIT",
"repository": "sindresorhus/repeating",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "xo && ava"
},
2016-10-10 03:43:44 +02:00
"files": [
"index.js"
],
"keywords": [
"repeat",
"string",
"repeating",
"str",
"text",
"fill",
"pad"
],
2016-11-03 01:33:53 +01:00
"dependencies": {
"is-finite": "^1.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"ava": "*",
"xo": "*"
}
2016-10-10 03:43:44 +02:00
}