forked from groupe-sii/cheat-sheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 991 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
40
{
"name": "cheat-sheet-markdown",
"version": "0.1.0",
"main": "index.js",
"author": "Kevin Grandemange <[email protected]>",
"scripts": {
"build": "gulp build",
"deploy": "node deploy.js",
"watch": "gulp watch",
"start": "gulp watch"
},
"license": "MIT",
"devDependencies": {
"del": "^2.2.2",
"eslint": "^3.14.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-file-include": "^1.0.0",
"gulp-inject": "^4.1.0",
"gulp-inject-string": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-markdown": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^4.0.0",
"merge-stream": "^1.0.1",
"yargs": "^6.5.0"
},
"engines": {
"node": ">=6.9.0 ",
"npm": ">= 3.0.0"
},
"dependencies": {
"highlight.js": "git+https://github.com/groupe-sii/highlight.js.git"
}
}