-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 722 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 722 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
{
"name": "garudajavascript2",
"version": "1.0.0",
"description": "A Modern Query of Javascript",
"main": "index.html",
"scripts": {
"test": "_writeLog(\"Hello World\");"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lamhotsimamora/Garuda-Javascript.git"
},
"keywords": [
"javascript",
"query",
"garuda"
],
"author": "Lamhot Simamora <lamhotsimamora36@gmail.com> (bit.ly/GarudaJavascript2)",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/lamhotsimamora/Garuda-Javascript/issues"
},
"homepage": "https://github.com/lamhotsimamora/Garuda-Javascript#readme",
"dependencies": {
"garudajavascript2": "file:"
}
}