forked from Ardakilic/WhatTheTag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (50 loc) · 1.17 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
{
"name": "WhatTheTag",
"version": "1.0.0",
"description": "arda.pw",
"keywords": [ "arda", "ardakilic", "kilicdagi", "tag", "photo", "phototag", "laravel", "laravel-5" ],
"homepage": "http://arda.pw/",
"bugs": {
"url": "https://github.com/ardakilic/whatthetag/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ardakilic/whatthetag/issues/blob/master/LICENSE"
}
],
"contributors": [
{
"name": "Arda Kilicdagi",
"email": "[email protected]",
"url": "http://arda.pw/"
}
],
"main": "arda-pw",
"repository": {
"type": "git",
"url": "https://github.com/ardakilic/whatthetag.git"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-ruby-sass": "^1.0.5",
"gulp-concat": "^2.5.2",
"gulp-notify": "^2.2.0",
"del": "^1.1.1",
"gulp-uglify": "^1.2.0",
"gulp-minify-css": "^1.1.1",
"run-sequence": "^1.1.0",
"jquery": "^2.1.4",
"bootstrap": "^3.3.4",
"bootstrap-tagsinput": "^0.4.2",
"font-awesome": "^4.3.0",
"datatables": "^1.10.7",
"datatables-bootstrap3-plugin": "^0.4.0",
"social-share-js": "^1.0.4",
"bootstrap-social": "^4.8.0"
},
"engines": {
"node": "~0.10.1"
}
}