forked from Gitualize/Gitualize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.76 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Gitualize",
"version": "1.0.0",
"description": "Visualize your git repository with Gitualize",
"main": "index.js",
"scripts": {
"test": "gulp testifyWatchless && gulp testf && gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitualize/gitualize.git"
},
"author": "Alberto D'Souza, Dani Hu, Devon Harvey, Terry Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitualize/gitualize/issues"
},
"homepage": "http://gitualize.com",
"dependencies": {
"babelify": "^6.1.3",
"bluebird": "^2.9.33",
"body-parser": "^1.13.2",
"bookshelf": "^0.8.1",
"bootstrap": "^3.3.5",
"browserify": "^10.2.6",
"compression": "^1.5.1",
"cors": "^2.7.1",
"diff": "^1.4.0",
"express": "^4.13.1",
"gulp-streamify": "0.0.5",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"knex": "^0.8.6",
"morgan": "^1.6.1",
"path": "^0.11.14",
"pg": "^4.4.0",
"react": "^0.13.3",
"react-bootstrap": "^0.23.7",
"react-router": "^0.13.3",
"react-tools": "^0.13.3",
"request": "^2.58.0",
"request-promise": "^0.4.2",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.6",
"socket.io-client": "^1.3.6",
"spooky": "^0.2.5",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-angular-protractor": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"jasmine": "^2.3.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"mock-browser": "^0.90.33"
}
}