-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 975 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": "html-highlighter",
"version": "1.0.0",
"description": "html highlighter",
"main": "index.js",
"scripts": {
"dev": "gulp dev",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lanbomo/html-highlighter.git"
},
"keywords": [
"html",
"highlighter"
],
"author": "lanbomo",
"license": "ISC",
"bugs": {
"url": "https://github.com/lanbomo/html-highlighter/issues"
},
"homepage": "https://github.com/lanbomo/html-highlighter#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"less-plugin-autoprefix": "^1.5.1",
"opn": "^4.0.2"
}
}