forked from thomasvaeth/instafetch.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "instafetch.js",
"version": "1.5.0",
"description": "A 6KB JavaScript plugin for the Instagram API (without jQuery).",
"main": "./dist/instafetch.js",
"repository": {
"type": "git",
"url": "https://github.com/thomasvaeth/instafetch.js.git"
},
"homepage": "https://github.com/thomasvaeth/instafetch.js",
"bugs": "https://github.com/thomasvaeth/instafetch.js/issues",
"scripts": {
"start": "gulp"
},
"keywords": [
"fetch",
"instagram"
],
"author": "Thomas Vaeth <thomas.vaeth@gmail.com> (http://thomasvaeth.com/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"eslint": "^4.14.0",
"eslint-config-eslint": "^4.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-strip-comments": "^2.5.1",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"fetch-jsonp": "^1.1.3",
"promise-polyfill": "^7.0.0"
}
}