-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.33 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.33 KB
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
{
"name": "mokintoken",
"version": "2.0.77",
"description": "[](https://travis-ci.org/laravel/lumen-framework) [](https://packagist.org/packages/laravel/lumen-framework) [](https://packagist.org/packages/laravel/lumen-framework) [](https://packagist.org/packages/laravel/lumen-framework)",
"main": "index.js",
"private": true,
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config && rollup --config rollup-serviceworker.config.js && cp node_modules/tachyons/css/tachyons.min.css assets",
"dev": "rollup --config -w"
},
"author": "",
"license": "Unlicense",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0"
},
"dependencies": {
"js-base64": "^3.7.8",
"qrcode": "^1.5.0",
"tachyons": "^4.12.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
}
}