-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 866 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
37
{
"name": "repo-card",
"version": "0.0.9",
"description": "Give your repos some freshness with a Repo Card",
"main": "repo-card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://www.github.com/farhadg/repo-card.git"
},
"keywords": [
"repo",
"card",
"repo card",
"github profile",
"repo profile",
"github stars",
"github follow",
"github fork"
],
"author": "",
"license": "MIT",
"homepage": "https://www.github.com/farhadg/repo-card",
"devDependencies": {
"exports-loader": "^0.6.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-js-text-inject": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"webpack": "^1.12.9",
"webpack-stream": "^2.2.0"
},
"dependencies": {}
}