-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 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
31
{
"name": "@webcoder49/code-input",
"version": "2.2.1",
"description": "Fully customisable, editable syntax-highlighted textareas.",
"browser": "code-input.js",
"scripts": {
"test": "echo \"This is a front-end library, not a Node library. Please see the README for how to use.\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebCoder49/code-input.git"
},
"keywords": [
"front-end",
"syntax",
"highlight",
"textarea",
"editable",
"web-components"
],
"author": {
"name": "WebCoder49",
"email": "hi@webcoder49.dev",
"url": "https://webcoder49.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WebCoder49/code-input/issues"
},
"homepage": "https://github.com/WebCoder49/code-input#readme"
}