UNPKG

@frontify/frontify-api

Version:

Simplifies asset management and UI pattern creation within Frontify.

46 lines (45 loc) 1.06 kB
{ "name": "@frontify/frontify-api", "version": "0.3.1", "description": "Simplifies asset management and UI pattern creation within Frontify.", "main": "./lib/index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Frontify/frontify-api.git" }, "keywords": [ "frontify" ], "author": { "name": "Frontify AG", "email": "hello@frontify.com", "url": "frontify.com" }, "license": "MIT", "bugs": { "url": "https://github.com/Frontify/frontify-api/issues" }, "homepage": "https://github.com/Frontify/frontify-api#readme", "dependencies": { "del": "^2.2.1", "extend": "^3.0.0", "globby": "^4.0.0", "humanize-string": "^1.0.1", "lodash": "^4.6.1", "mime-types": "^2.1.11", "moment": "^2.14.1", "mz": "^2.3.1", "request": "^2.74.0", "request-promise": "^4.0.2", "slash": "^1.0.0", "winston": "^2.2.0" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^5.2.0", "mocha": "^2.4.5" } }