-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 995 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
44
{
"name": "stellar-qr",
"version": "0.0.5",
"description": "QR code generation rules for different stellar wallets",
"engines": {
"node": ">=6.11"
},
"keywords": [
"stellar"
],
"main": "main.js",
"author": "umbrel",
"license": "ISC",
"dependencies": {
"qr-image": "^3.2.0",
"stellar-sdk": "0.7.3"
},
"scripts": {
"test": "ava",
"build": "gulp",
"lint": "eslint . --ext .js"
},
"devDependencies": {
"ava": "0.23.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"babelify": "8.0.0",
"browserify": "14.5.0",
"eslint": "4.4.1",
"eslint-config-airbnb-base": "11.3.1",
"eslint-plugin-import": "2.7.0",
"gulp": "3.9.1",
"gulp-less": "3.3.2",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.1",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/s-a-y/stellar-qr.git"
}
}