forked from GitInsights/GitInsights
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.21 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
44
45
46
47
{
"name": "GitInsights",
"version": "0.0.0",
"description": "Github User Insights",
"main": "index.js",
"dependencies": {
"angular": "^1.3.14",
"angular-mocks": "^1.3.14",
"body-parser": "^1.12.0",
"bower": "^1.3.12",
"express": "^4.12.2",
"firebase": "^2.2.3",
"morgan": "^1.5.1"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.2",
"gulp-nodemon": "^1.0.5",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.60",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/GitInsights/GitInsights"
},
"keywords": [
"Github",
"Insights"
],
"author": "John Zhang, Seunghoon Ko, Eli Xian, Kate Jefferson, Sean Kim, John Games, David Blanchard",
"license": "MIT",
"bugs": {
"url": "https://github.com/GitInsights/GitInsights/issues"
},
"homepage": "https://github.com/GitInsights/GitInsights"
}