forked from jsanahuja/InstagramFeed
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.19 KB
/
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
42
43
44
45
46
{
"name": "@jsanahuja/instagramfeed",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/InstagramFeed",
"version": "3.0.2",
"keywords": [
"instagram",
"feed",
"InstagramFeed",
"without",
"access",
"token"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": {
"name": "Javier Sanahuja",
"email": "bannss1@gmail.com"
},
"contributors": [
{
"name": "Cristian Sanahuja",
"email": "csanahuja10@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jsanahuja/InstagramFeed.git"
},
"license": "MIT",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-preset-minify": "^0.5.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-contrib-qunit": "^3.1.0"
},
"main": "dist/InstagramFeed.min.js",
"module": "dist/InstagramFeed.min.js"
}