-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"scripts": {
"start": "node Pequena/start.js",
"lib": "node Pequena/dev.js",
"build": "node Pequena/build.js",
"dev": "node Pequena/dev.js"
},
"dependencies": {
"pequena": "^1.1.8"
},
"name": "ipen_display_marker",
"description": "iPen is a minimal application for drawing on the screen. It provides a simple interface for users to create drawings using various tools and shortcuts.",
"version": "1.0.1",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ROGR3/iPen.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ROGR3/iPen/issues"
},
"homepage": "https://github.com/ROGR3/iPen#readme"
}