-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "nord-highlightjs",
"title": "Nord highlight.js",
"version": "0.2.0",
"description": "An arctic, north-bluish clean and elegant highlight.js theme",
"author": {
"name": "Arctic Ice Studio",
"email": "[email protected]",
"url": "http://arcticicestudio.com"
},
"homepage": "https://www.nordtheme.com/ports/highlightjs",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/nord-highlightjs.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/nord-highlightjs/issues"
},
"license": "(MIT AND CC-BY-SA-4.0)",
"keywords": [
"nord",
"arctic",
"north",
"bluish",
"clean",
"elegant",
"highlight.js",
"theme"
],
"main": "./dist/nord.css",
"scripts": {
"prepublish": "gulp clean && gulp compile"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.0",
"browser-sync": "2.18.13",
"gulp": "3.9.1",
"gulp-help": "1.6.1",
"gulp-plumber": "1.1.0",
"gulp-sass": "3.1.0",
"gulp-stylelint": "5.0.0",
"gulp-watch": "4.3.11",
"nord": "0.2.1",
"stylelint-config-standard": "17.0.0"
}
}