-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 950 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": "eslint-snippets",
"version": "0.4.1",
"description": "Snippets of all eslint rules available",
"keywords": [
"atom",
"eslint",
"snippets",
"completion",
"autocomplete"
],
"scripts": {
"build": "mkdir -p ./snippets && node .bin/build.js",
"__deploykey_gen": "ssh-keygen -t rsa -b 4096 -C \"$(git config user.email)\" -f ./.travis_rsa -N ''",
"__encrypt_deploykey": "travis encrypt-file ./.travis_rsa --add"
},
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"license": "MIT",
"devDependencies": {
"cson": "^4.1.0",
"eslint": "^4.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kamataryo/eslint-snippets.git"
},
"author": "kamataryo <mugil.cephalus+github.com@gmail.com>",
"bugs": {
"url": "https://github.com/kamataryo/eslint-snippets/issues"
},
"homepage": "https://github.com/kamataryo/eslint-snippets#readme",
"dependencies": {}
}