aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/github/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/github/package.json')
-rw-r--r--uncompressed/github/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/uncompressed/github/package.json b/uncompressed/github/package.json
new file mode 100644
index 0000000..b9e329c
--- /dev/null
+++ b/uncompressed/github/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "github",
3 "name": "GitHub",
4 "version": "1.0.1",
5 "description": "GitHub",
6 "main": "index.js",
7 "author": "Sudhir Ganesan",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://github.com/"
11 }
12}