-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 1.15 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
{
"name": "WhatTheTag",
"version": "0.4.0",
"description": "WhatTheTag, photo tagging application",
"keywords": [
"arda",
"ardakilic",
"kilicdagi",
"tag",
"photo",
"phototag",
"laravel",
"laravel-5"
],
"homepage": "https://arda.pw/",
"bugs": {
"url": "https://github.com/ardakilic/whatthetag/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Arda Kilicdagi",
"email": "[email protected]",
"url": "https://arda.pw/"
}
],
"main": "arda-pw",
"repository": {
"type": "git",
"url": "https://github.com/ardakilic/whatthetag.git"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-less": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"del": "^7.0.0",
"gulp-uglify": "^2.0.0",
"gulp-clean-css": "^2.2.1",
"run-sequence": "^1.2.2",
"jquery": "^3.1.1",
"bootstrap": "^3.3.7",
"bootstrap-tagsinput": "^0.7.1",
"font-awesome": "^4.7.0",
"datatables": "^1.10.13",
"datatables-bootstrap3-plugin": "^0.6.0",
"social-share-js": "^1.0.4",
"bootstrap-social": "^5.1.1",
"dropify": "^0.2.1"
}
}