forked from uraway/hatena-blog-and-fotolife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 897 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": "hatena-blog-and-fotolife",
"main": "./lib/hatena-blog-and-fotolife",
"version": "4.2.4",
"description": "POST/UPDATE/DELETE/INDEX/GET your Hatena Blog entry and upload an image to your fotolife",
"keywords": [
"Hatena Blog",
"fotolife"
],
"activationCommands": {
"atom-workspace": [
"hatena-blog-and-fotolife:post-current-file",
"hatena-blog-and-fotolife:post-selection",
"hatena-blog-and-fotolife:index"
]
},
"repository": "https://github.com/uraway/hatena-blog-and-fotolife",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"scripts": {
"lint": "coffeelint lib/"
},
"dependencies": {
"atom-space-pen-views": "^2.1.0",
"hatena-blog-api": "^0.2.0",
"hatena-fotolife-api": "^0.4.1",
"open": "0.0.5",
"space-pen": "^5.1.1"
},
"devDependencies": {
"coffeelint": "^1.16.0"
}
}