UNPKG

896 BJSONView Raw
1{
2 "name": "@frontify/frontify-api",
3 "version": "0.2.1",
4 "description": "Simplifies the creation of UI patterns within Frontify",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Frontify/frontify-api.git"
12 },
13 "keywords": [
14 "frontify"
15 ],
16 "author": {
17 "name": "Frontify AG",
18 "email": "hello@frontify.com",
19 "url": "frontify.com"
20 },
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/Frontify/frontify-api/issues"
24 },
25 "homepage": "https://github.com/Frontify/frontify-api#readme",
26 "dependencies": {
27 "extend": "^3.0.0",
28 "globby": "^4.0.0",
29 "humanize-string": "^1.0.1",
30 "lodash": "^4.6.1",
31 "mz": "^2.3.1",
32 "request-promise": "^2.0.1"
33 },
34 "devDependencies": {
35 "chai": "^3.5.0",
36 "chai-as-promised": "^5.2.0",
37 "mocha": "^2.4.5"
38 }
39}