-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "lnpay-js",
"preferGlobal": true,
"analyze": false,
"version": "0.1.2",
"author": "Tim Kijewski <[email protected]>",
"description": "LNPay JavaScript SDK",
"repository": {
"type": "git",
"url": "[email protected]/lnpay/lnpay-js.git"
},
"keywords": [
"sdk",
"boilerplate",
"api",
"javascript"
],
"dependencies": {
"colors": "*",
"dotenv": "^8.2.0",
"got": "^10.3.0",
"gulp": "^4.0.2",
"gulp-bump": "*",
"gulp-clean": "*",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-jshint": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-sass": "*",
"gulp-size": "*",
"gulp-task-listing": "*",
"gulp-uglify": "*",
"js-yaml": "*",
"jshint": "*",
"jshint-stylish": "*",
"karma": "*",
"karma-coverage": "^2.0.1",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"run-sequence": "*",
"sys": "*",
"xml2js": "*",
"yargs": "*"
},
"engines": {
"node": "*",
"npm": "*"
},
"devDependencies": {
"karma-chrome-launcher": "^3.1.0"
}
}