Innovenergy_trunk/frontend/node_modules/repeating/package.json

41 lines
661 B
JSON
Raw Permalink Normal View History

{
"name": "repeating",
"version": "1.1.3",
"description": "Repeat a string - fast",
"license": "MIT",
"repository": "sindresorhus/repeating",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"bin",
"repeat",
"repeating",
"string",
"str",
"text",
"fill"
],
"dependencies": {
"is-finite": "^1.0.0"
},
"devDependencies": {
"ava": "0.0.4"
}
}