forked from ricardobeat/github-repos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "github-badge",
"version": "0.5.5",
"homepage": "https://github.com/joelself/github-badge",
"authors": [
"Joel Self <[email protected]>",
"Zeno Rocha <[email protected]>"
],
"description": "A jQuery widget to show-off your GitHub Repositories.",
"main": "src/github-badge.js",
"keywords": [
"jquery",
"github",
"badge",
"widget"
],
"license": "MIT",
"dependencies": {},
"ignore": [],
"private": false,
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "~0.6.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jasmine": "~0.9.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-lintspaces": "~0.7.1",
"grunt-string-replace": "~1.2.0"
},
"scripts": {
"test": "grunt test --verbose"
}
}