-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.41 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
{
"description": "Wrapper element for highlight.js",
"keywords": [
"polymer",
"web-component",
"syntax highlighting",
"highlight.js",
"highlight",
"code",
"pre",
"theme"
],
"repository": {
"type": "git",
"url": "git://github.com/kcmr/code-sample.git"
},
"homepage": "https://github.com/kcmr/code-sample/",
"name": "@kuscamara/code-sample",
"version": "3.0.2",
"main": "code-sample.js",
"author": "Kus Cámara <[email protected]>",
"license": "MIT",
"dependencies": {
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.0.2",
"autoprefixer": "^9.1.0",
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"eslint": "^5.3.0",
"eslint-config-google": "^0.9.1",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-inline-source": "^3.2.0",
"gulp-postcss": "^8.0.0",
"portfinder": "^1.0.13",
"postcss-pixels-to-rem": "^0.8.0",
"wct-browser-legacy": "~1.0.0",
"wct-istanbul": "~0.14.3",
"web-component-tester": "~6.6.0"
},
"scripts": {
"start": "gulp serve",
"test:sauce": "wct --module-resolution=node --npm",
"test": "wct --module-resolution=node --npm --skip-plugin sauce",
"lint:javascript": "eslint . --ext js --fix"
},
"bugs": {
"url": "https://github.com/kcmr/code-sample/issues"
},
"directories": {
"test": "test"
}
}