-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "xterm-theme",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ysk2014/xterm-theme.git"
},
"keywords": [
"xterm",
"iterm2",
"theme"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ysk2014/xterm-theme/issues"
},
"homepage": "https://github.com/ysk2014/xterm-theme#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"ejs": "^2.6.2",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.1.1",
"termcolors": "^0.5.0"
}
}