-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 679 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "auto-line-breaks",
"version": "1.0.2",
"description": "Adds automatically line breaks in your string",
"main": "index.js",
"keywords": [
"lines",
"line-breaks",
"breaks",
"auto-line",
"automatic"
],
"scripts": {
"example": "npm i && node example/example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreepTheSheep/auto-line-breaks.git"
},
"author": "Greep",
"license": "MIT",
"bugs": {
"url": "https://github.com/GreepTheSheep/auto-line-breaks/issues"
},
"homepage": "https://github.com/GreepTheSheep/auto-line-breaks#readme",
"devDependencies": {
"prompt": "^1.3.0"
}
}