-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 958 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
{
"name": "hexo-instagram-wall",
"version": "1.1.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"hexo": "3.x"
},
"author": "James Cole <[email protected]>",
"license": "MIT",
"description": "Display a grid of up to 20 photos from your Instagram account",
"dependencies": {
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"hexo-fs": "^0.1.6",
"hexo-log": "^0.1.2",
"instagram-node-lib": "^0.1.1",
"lodash.assign": "^4.2.0",
"pretty-hrtime": "^1.0.3",
"superagent": "^3.4.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rdgpt/hexo-instagram-wall.git"
},
"keywords": [
"hexo",
"hexo-plugin",
"instagram"
],
"bugs": {
"url": "https://github.com/rdgpt/hexo-instagram-wall/issues"
},
"homepage": "https://github.com/rdgpt/hexo-instagram-wall#readme"
}