-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
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
38
39
40
41
42
43
{
"name": "github-profile",
"version": "0.0.1",
"description": "A simple React JS component that displays basic Github profile informations.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Granze/github-profile"
},
"keywords": [
"github",
"react",
"browserify"
],
"author": "Maurizio Mangione",
"license": "MIT",
"bugs": {
"url": "https://github.com/Granze/github-profile/issues"
},
"homepage": "https://github.com/Granze/github-profile",
"dependencies": {
"react": "^0.11.1",
"superagent": "^0.18.2"
},
"devDependencies": {
"browserify": "^5.10.0",
"del": "^0.1.2",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^1.0.0",
"gulp-csso": "^0.2.9",
"gulp-sass": "^0.7.3",
"gulp-util": "^3.0.0",
"gulp-webserver": "^0.6.0",
"reactify": "^0.14.0",
"uglifyify": "^2.5.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
}
}