Skip to content

Commit 705e007

Browse files
committed
Add Bowerfile. #4
1 parent 2150808 commit 705e007

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "ping.js",
3+
"version": "0.1.0",
4+
"homepage": "https://github.com/alfg/ping.js",
5+
"authors": [
6+
"Alfred Gutierrez <[email protected]>"
7+
],
8+
"description": "Ping servers with Javascript.",
9+
"main": [
10+
"dist/js/ping.js"
11+
],
12+
"keywords": [
13+
"javascript",
14+
"ping"
15+
],
16+
"license": "MIT",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
24+
}

0 commit comments

Comments
 (0)