We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843258d commit 80f6a5bCopy full SHA for 80f6a5b
1 file changed
ābower.jsonā
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "skcript.github.io",
3
+ "homepage": "https://github.com/skcript/skcript.github.io",
4
+ "authors": [
5
+ "Karthik K <karthik@skcript.com>"
6
+ ],
7
+ "description": "A collection of open source projects from Skcript",
8
+ "main": "",
9
+ "moduleType": [
10
+ "globals",
11
+ "node"
12
13
+ "license": "MIT",
14
+ "private": true,
15
+ "ignore": [
16
+ "**/.*",
17
+ "node_modules",
18
+ "bower_components",
19
+ "test",
20
+ "tests"
21
+ ]
22
+}
0 commit comments