-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 724 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
{
"name": "textchart",
"version": "0.0.1",
"private": true,
"description": "A mobile first editor for text based UML diaggrams using PlantUML",
"main": "js/main.js",
"scripts": {
"start": "http-server -a 127.0.0.1 -p 8000 -c-1",
"lint": "npx eslint js --fix || true",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khilnani/textchart.git"
},
"author": "Nik Khilnani",
"license": "agpl-3.0",
"bugs": {
"url": "https://github.com/khilnani/textchart/issues"
},
"homepage": "https://github.com/khilnani/textchart#readme",
"devDependencies": {
"eslint": "^5.9.0",
"http-server": "^14.1.1"
}
}