forked from cezerin/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
package.json
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
{
"name": "cezerin-client",
"version": "0.31.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"
},
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"query-string": "^5.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1"
}
}