-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 996 Bytes
/
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": "sofa-coupon-service",
"version": "0.4.1",
"description": "Sofa Web SDK coupon service component.",
"main": "dist/sofaCouponService.js",
"homepage": "http://www.sofa.io",
"scripts": {
"test": "gulp build"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/sofa-coupon-service"
},
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"service"
],
"author": "Pascal Precht <[email protected]>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/sofa-coupon-service/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"shared-sofa-component-tasks": "^0.8.0",
"sofa-testing": "^0.7.0"
},
"dependencies": {
"sofa-basket-service": "^0.5.1",
"sofa-checkout-service": "^0.9.0",
"sofa-core": "^0.14.2",
"sofa-logging-service": "^0.4.0",
"sofa-q-service": "^0.3.1",
"sofa-storages": "^0.5.0"
}
}