This repository was archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.51 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.51 KB
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
{
"name": "zori",
"version": "0.6.0",
"description": "Real-time link sharer using Firebase as its backend and AngularJS on the frontend",
"homepage": "https://github.com/FlipFlopWeekly/zori",
"repository": {
"type": "git",
"url": "git://github.com/FlipFlopWeekly/zori"
},
"keywords": [
"link",
"share",
"flipflop",
"angularjs",
"firebase"
],
"author": "FlipFlop Crew",
"contributors": [
{
"name": "iGitScor",
"url": "https://github.com/iGitScor"
},
{
"name": "Monsieur Luge",
"url": "https://github.com/MonsieurLuge"
},
{
"name": "Thibaud Colas",
"url": "https://github.com/thibaudcolas"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/FlipFlopWeekly/zori/issues"
},
"devDependencies": {
"tiny-lr": "0.0.5",
"gulp": "~3.6.0",
"connect-livereload": "~0.4.0",
"express": "~4.0.0",
"open": "0.0.5",
"event-stream": "~3.1.0",
"gulp-csso": "~0.2.3",
"extend": "~1.2.1",
"gulp-uglify": "~0.2.1",
"amdefine": "~0.1.0",
"gulp-replace": "~0.2.0",
"gulp-jshint": "~1.5.0",
"jshint-stylish": "~0.1.5",
"requirejs": "~2.1.10",
"gulp-bump": "~0.1.5",
"gulp-recess": "~0.3.0",
"gulp-gh-pages": "~0.1.4"
},
"dependencies": {
"express": "^4.3.0",
"gulp-gh-pages": "^0.1.4",
"gulp-jshint": "^1.6.1",
"gulp-replace": "^0.3.0",
"gulp-uglify": "^0.3.0",
"jquery-ui": "^1.10.5",
"jshint-stylish": "^0.2.0",
"tiny-lr": "0.0.7"
}
}