-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
42
43
44
45
46
47
48
49
{
"name": "cezerin-client",
"version": "0.27.1",
"description": "Cezerin API client library. Work on browser and server.",
"keywords": [
"cezerin",
"cezerin api",
"cezerin ajax",
"cezerin web store",
"ecommerce api",
"shopping cart api"
],
"homepage": "https://cezerin.com",
"bugs": "https://github.com/cezerin/client/issues",
"license": "MIT",
"author": {
"name": "Restmount <[email protected]>",
"url": "https://github.com/restmount"
},
"contributors": [
{
"name": "Restmount <[email protected]>",
"url": "https://github.com/restmount"
}
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cezerin/client"
},
"scripts": {
"build": "babel src -d lib",
"lint": "./node_modules/.bin/eslint src"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"query-string": "^5.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}