-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "seolondon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "python3 manage.py runserver"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/glendelm/seo-django.git"
},
"author": "Glendelm Design Limited",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/glendelm/seo-django#readme",
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-chmod": "^1.3.0",
"gulp-clean-css": "^2.0.12",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "0.0.2",
"gulp-csslint": "^0.3.1",
"gulp-dedupe": "0.0.2",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.0",
"gulp-git": "^1.11.0",
"gulp-header": "^1.8.7",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^1.0.0",
"gulp-sass": "^2.3.1",
"gulp-sftp": "^0.1.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.8",
"jquery": "^3.1.0",
"run-sequence": "^1.2.2",
"semantic-ui": "^2.2.2"
},
"devDependencies": {
"gulp-touch": "^1.0.1"
}
}