-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·40 lines (40 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
{
"name": "sublime-meetio-theme",
"version": "3.0.6",
"description": "The most powerful and adaptive theme for Sublime Text 3",
"bugs": {
"url": "https://github.com/meetio-theme/sublime-meetio-theme/issues"
},
"author": "Mauro Reis Vieira <mauroreisvieira@gmail.com>",
"license": "MIT",
"keywords": [
"sublime-text",
"scheme",
"theme"
],
"scripts": {
"build:themes": "node src/themes.js",
"build:schemes": "node src/schemes.js",
"build:icons": "node src/icons.js",
"lint": "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"src/**/**/**/*.json\" \"bin/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"babel-root-import": "^4.1.8",
"eslint": "^5.12.1",
"eslint-config-eslint": "^5.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-json": "^1.3.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3",
"svg2img": "^0.6.1"
}
}