-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 876 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
{
"name": "editor-tools-scalefast",
"version": "1.0.0",
"description": "Tools that help developing code in Scalefast and are easy to integrate in Sublime, Vscode, Atom and Vim.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/scalefast/editor-tools-scalefast.git"
},
"keywords": [
"editor",
"lint",
"devtool"
],
"author": "Mario Marinero <[email protected]>",
"license": "ISC",
"peerDependencies": {
"stylelint-config-scalefast": "*",
"eslint-config-scalefast": "*",
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1",
"stylelint": "^13.3.0"
},
"bugs": {
"url": "https://github.com/scalefast/editor-tools-scalefast/issues"
},
"homepage": "https://github.com/scalefast/editor-tools-scalefast#readme"
}