UNPKG

1.1 kBJSONView Raw
1{
2 "name": "instagram-sdk",
3 "version": "1.0.1",
4 "description": "Instagram unofficial SDK.",
5 "keywords": [
6 "instagram",
7 "sdk"
8 ],
9 "homepage": "https://github.com/imposibrus/instagram-sdk",
10 "bugs": {
11 "url": "https://github.com/imposibrus/instagram-sdk/issues"
12 },
13 "license": "MIT",
14 "author": {
15 "name": "Vadim Petrov"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/imposibrus/instagram-sdk.git"
20 },
21 "engines": {
22 "node": ">=0.10.25"
23 },
24 "files": [
25 "dst/",
26 "lib/",
27 "src/"
28 ],
29 "main": "dst/index.js",
30 "directories": {
31 "test": "test"
32 },
33 "scripts": {
34 "prepublish": "gulp compile",
35 "test": "mocha"
36 },
37 "dependencies": {
38 "bluebird": "^3.0.5",
39 "intel": "^1.0.2",
40 "lodash": "3.10.1"
41 },
42 "devDependencies": {
43 "babel-core": "^6.1.4",
44 "babel-plugin-transform-flow-strip-types": "^6.1.4",
45 "babel-preset-es2015": "^6.1.4",
46 "babel-preset-stage-0": "^6.1.2",
47 "gulp": "^3.9.0",
48 "gulp-babel": "^6.1.0",
49 "mocha": "^2.3.3",
50 "should": "^7.1.1",
51 "sinon": "^1.17.2"
52 }
53}