forked from sibartlett/atom-clippy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 864 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
36
37
38
39
40
41
{
"name": "octoclippy",
"version": "1.1.5",
"author": {
"name": "Naomi Pentrel (forked from Simon Bartlett)",
"email": "[email protected]"
},
"description": "Octocat-Clippy for your atom. Forked from atom-clippy to include Hubot and Monalisa Octocat",
"repository": {
"type": "git",
"url": "https://github.com/npentrel/octoclippy"
},
"license": "MIT",
"keywords": [
"clippy",
"office assistant"
],
"main": "./lib/index",
"scripts": {
"test": "eslint ."
},
"dependencies": {
"jquery": ">=3.4.0",
"npm": "^6.1.0",
"update": "^0.7.4"
},
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"providedServices": {
"clippy": {
"description": "Provides Clippy services",
"versions": {
"1.0.0": "service"
}
}
},
"devDependencies": {
"eslint": "^4.19.1"
}
}