Skip to content

Commit 80f6a5b

Browse files
committed
Initializing Bower 🐦
1 parent 843258d commit 80f6a5b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: bower.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "skcript.github.io",
3+
"homepage": "https://github.com/skcript/skcript.github.io",
4+
"authors": [
5+
"Karthik K <[email protected]>"
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

Comments
 (0)