Skip to content

Commit 232ea99

Browse files
author
Akshay
committed
Library published on npm as "githubjs".
1 parent 6f2b70d commit 232ea99

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

package.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github.js",
2+
"name": "githubjs",
33
"version": "0.1.2",
44
"description": "Javascript Plugin over Github APIs.",
55
"main": "Gruntfile.js",
@@ -16,12 +16,29 @@
1616
"url": "https://github.com/akshaykumar6/github-js"
1717
},
1818
"keywords": [
19-
"github","Javascript","API","github-js","github.js"
19+
"github-js",
20+
"github.js",
21+
"github",
22+
"Javascript",
23+
"API"
2024
],
21-
"author": "Akshay Sharma <[email protected]>",
25+
"author": "Akshay Sharma <[email protected]>",
2226
"license": "MIT",
2327
"bugs": {
2428
"url": "https://github.com/akshaykumar6/github-js/issues"
2529
},
26-
"homepage": ""
27-
}
30+
"homepage": "http://akshaykumar6.github.io/github-js",
31+
"directories": {
32+
"test": "test"
33+
},
34+
"dependencies": {
35+
"grunt": "^0.4.5",
36+
"grunt-contrib-clean": "^0.6.0",
37+
"grunt-contrib-uglify": "^0.6.0",
38+
"grunt-contrib-cssmin": "^0.10.0",
39+
"grunt-contrib-copy": "^0.6.0"
40+
},
41+
"scripts": {
42+
"test": "echo \"Error: no test specified\" && exit 1"
43+
}
44+
}

0 commit comments

Comments
 (0)