-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1021 Bytes
/
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
{
"name": "Dashboard",
"version": "1.2.2",
"description": "Ottemo Administration Tool",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git://github.com/ottemo/dashboard.git"
},
"license": "MIT",
"devDependencies": {
"chalk": "^1.1.1",
"connect-modrewrite": "^0.8.1",
"del": "^0.1.3",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "0.0.8",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.5.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-inline-css": "^3.0.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-rev-all": "^0.8.21",
"gulp-sass": "^2.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.1.0",
"run-sequence": "^1.1.0",
"yargs": "^3.29.0"
},
"dependencies": {}
}