-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 899 Bytes
/
package.json
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
32
33
34
{
"name": "sweetpea",
"type": "module",
"version": "1.1.2",
"description": "Signal and Web Component Enhanced Web Apps",
"main": "index.html",
"scripts": {
"app": "~/Applications/nwjs-sdk-v0.93.0-linux-x64/nw .",
"web": "http-server -p 8082 -c-1 .",
"save": "git add .; git commit -m 'Updated Release'; git push; npm version patch; npm publish; git push;"
},
"keywords": [
"visual-programming-language",
"graph-editor",
"flow-based-programming",
"dataflow-programming",
"visual-programming",
"low-code",
"vpl"
],
"author": "@catpea",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/catpea/sweetpea.git"
},
"bugs": {
"url": "https://github.com/catpea/sweetpea/issues"
},
"homepage": "https://github.com/catpea/sweetpea#readme",
"dependencies": {
"lodash-es": "^4.17.21"
}
}