-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 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
30
{
"name": "pretty-header",
"version": "0.1.3",
"description": "Split centered text into lines with almost equal width",
"main": "src/pretty-header.js",
"scripts": {
"lint": "./node_modules/.bin/eslint --ext .js ./src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mistakster/pretty-header.git"
},
"keywords": [
"visual",
"header",
"typography",
"prettify",
"text"
],
"author": "Vladimir Kuznetsov <mistakster@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mistakster/pretty-header/issues"
},
"homepage": "https://github.com/mistakster/pretty-header#readme",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-graph": "^0.3.0"
}
}