-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 Bytes
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
{
"name": "browser",
"version": "1.0.0",
"description": "In-Browser Example ==================",
"main": "gulpfile.js",
"dependencies": {
"aes-js": "^3.1.2",
"bech32": "^1.1.4",
"bolt11": "^1.2.7",
"clipboard-copy": "^3.1.0",
"kjua": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulplog": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"quick-watch": "./node_modules/.bin/gulp quick_watch",
"start": "cd htdocs; python3 -m http.server"
},
"author": "",
"license": "ISC"
}