-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 832 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": "powscript",
"version": "1.1.29",
"description": "bash dialect transpiler in bash: painless shellscript / indentbased / coffeescript for shellscript / bash for hipsters",
"main": "powscript",
"directories": {
"test": "test"
},
"bin":{
"powscript":"powscript"
},
"scripts": {
"test": "./.tools/runtests"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/coderofsalvation/powscript.git"
},
"keywords": [
"bash",
"shell",
"coffeescript",
"functional",
"transpiler",
"sh",
"unix"
],
"author": "coder of salvation (Leon van Kammen)",
"license": "BSD-2-CLAUSE",
"bugs": {
"url": "https://github.com/coderofsalvation/powscript/issues"
},
"homepage": "https://github.com/coderofsalvation/powscript#readme"
}