UNPKG

728 BJSONView Raw
1{
2 "name": "@smartface/library-manager",
3 "version": "1.0.8",
4 "description": "",
5 "bin": {
6 "sfLibraryManager": "libraryManager.js",
7 "sfLibraryManagerClient": "client.js"
8 },
9 "dependencies": {
10 "chokidar": "^2.0.3",
11 "minimist": "^1.2.0",
12 "node-ipc": "^9.1.1"
13 },
14 "devDependencies": {},
15 "scripts": {
16 "test": "echo \"Error: no test specified\" && exit 1"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/smartface/smartface.library-manager.git"
21 },
22 "author": "Smartface",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/smartface/smartface.library-manager/issues"
26 },
27 "homepage": "https://github.com/smartface/smartface.library-manager#readme"
28}