UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@fashioninsights-zalando/fcp-client",
3 "version": "3.15.2",
4 "description": "The fashion insights platform javascript sdk",
5 "main": "lib/fcp-client.min.js",
6 "scripts": {
7 "build": "webpack --env=build",
8 "dev": "webpack --progress --colors --watch --env=dev",
9 "test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
10 },
11 "devDependencies": {
12 "babel-cli": "6.24.0",
13 "babel-core": "6.24.0",
14 "babel-eslint": "7.2.1",
15 "babel-loader": "6.4.1",
16 "babel-plugin-add-module-exports": "0.2.1",
17 "babel-preset-es2015": "6.24.0",
18 "babel-register": "^6.24.0",
19 "chai": "3.4.1",
20 "eslint": "3.18.0",
21 "eslint-loader": "1.7.0",
22 "eslint-plugin-import": "^2.2.0",
23 "mocha": "2.3.4",
24 "webpack": "2.3.2",
25 "yargs": "7.0.2"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.bus.zalan.do/wolves/fcp-client-js.git"
30 },
31 "keywords": [
32 "fasion",
33 "content",
34 "insights",
35 "zalando",
36 "client",
37 "umd",
38 "commonjs"
39 ],
40 "author": "The Wolves",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.bus.zalan.do/wolves/fcp-client-js.git/issues"
44 },
45 "homepage": "https://github.bus.zalan.do/wolves/fcp-client-js",
46 "dependencies": {
47 "node-tokens": "0.0.9",
48 "request": "^2.75.0",
49 "request-promise-native": "^1.0.3"
50 }
51}