forked from nordtheme/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "nord-hyper",
"title": "Nord Hyper",
"version": "0.5.0",
"description": "An arctic, north-bluish clean and elegant Hyper theme plugin",
"author": {
"name": "Arctic Ice Studio",
"email": "[email protected]",
"url": "http://arcticicestudio.com"
},
"homepage": "https://github.com/arcticicestudio/nord-hyper",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/nord-hyper.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/nord-hyper/issues"
},
"license": "(MIT AND CC-BY-SA-4.0)",
"main": "index.js",
"keywords": [
"arctic",
"north",
"bluish",
"clean",
"elegant",
"hyper",
"hyperterm",
"hyper-theme"
],
"scripts": {
"docs:build": "npm run docs:clean && gitbook install ./docs && gitbook build ./docs ./build/docs",
"docs:clean": "node_modules/.bin/del ./build/docs",
"docs:dev": "npm run docs:build && gitbook serve ./docs ./build/docs",
"lint": "eslint --color index.js"
},
"devDependencies": {
"del-cli": "1.1.0",
"eslint": "4.15.0",
"gitbook-cli": "2.3.2"
}
}