-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 968 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
{
"name": "githubprofile-lookup",
"version": "1.0.0",
"description": "A web page that assist a user to look up profiles of Github users.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petersoleeh/Githubprofile-lookup.git"
},
"author": "Peter Maina",
"license": "ISC",
"bugs": {
"url": "https://github.com/petersoleeh/Githubprofile-lookup/issues"
},
"homepage": "https://github.com/petersoleeh/Githubprofile-lookup#readme",
"devDependencies": {
"bower-files": "^4.0.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"vinyl-source-stream": "^1.1.0"
}
}