forked from voucherifyio/voucher-code-generator-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (32 loc) · 801 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
{
"name": "voucher-code-generator",
"version": "1.1.1",
"homepage": "http://www.voucherify.io/",
"description": "Voucher Code Generator",
"author": "rspective",
"license": "MIT",
"main": "voucher_codes.js",
"repository": {
"type": "git",
"url": "https://github.com/rspective/voucher-code-generator-js.git"
},
"bugs": {
"url": "https://github.com/rspective/voucher-code-generator-js/issue",
"email": "[email protected]"
},
"keywords": [
"voucher",
"coupon",
"discount",
"gift",
"card",
"code",
"generator"
],
"devDependencies": {
"jasmine-node": "~1.14.5"
},
"scripts": {
"test": "./node_modules/.bin/jasmine-node ./test"
}
}