forked from jsanahuja/jquery.instagramFeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 936 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": "jquery.instagramFeed",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/jquery.instagramFeed",
"version": "1.3.2",
"keywords": [
"instagram",
"feed",
"instagramfeed",
"without",
"access",
"token"
],
"author": {
"name": "Javier Sanahuja",
"email": "[email protected]"
},
"contributors": [
{
"name": "Cristian Sanahuja",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jsanahuja/jquery.instagramFeed.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-qunit": "^3.1.0",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-preset-minify": "^0.5.1",
"grunt-babel": "^8.0.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
}
}