-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
57 lines (57 loc) · 1.36 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
{
"name": "telepat-docs",
"repository": {
"type": "git",
"url": ""
},
"version": "0.0.1",
"description": "Telepat Docs description",
"devDependencies": {
"autoprefixer-core": "~6.0.1",
"browser-sync": "~2.16.0",
"del": "~2.2.2",
"dotenv": "~2.0.0",
"gulp": "~3.9.1",
"gulp-babel": "~6.1.2",
"gulp-cache": "~0.4.5",
"gulp-data": "~1.2.0",
"gulp-extend": "~0.2.0",
"gulp-help": "~1.6.1",
"gulp-if": "~2.0.1",
"gulp-imagemin": "~3.0.3",
"gulp-inject": "^4.1.0",
"gulp-jade": "~1.1.0",
"gulp-jshint": "~2.0.1",
"gulp-markdown": "^1.2.0",
"gulp-minify-css": "~1.2.4",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.1.0",
"gulp-postcss": "~6.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "~7.1.2",
"gulp-rev-replace": "~0.4.0",
"gulp-rsync": "~0.0.5",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stylus": "~2.5.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "~2.0.0",
"gulp-useref": "~3.1.2",
"gulp-util": "~3.0.4",
"jade": "~1.11.0",
"jshint": "^2.9.3",
"jshint-stylish": "~2.2.1",
"map-stream": "~0.0.5",
"require-dir": "~0.3.0",
"run-sequence": "~1.2.2",
"wiredep": "~4.0.0",
"yargs": "~5.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve"
}
}