-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 894 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
{
"name": "ibeacon-cli",
"preferGlobal": true,
"version": "0.2.0",
"author": "Andrew Reitz <[email protected]>",
"description": "iBeacon Tools for Developing for iBeacons",
"homepage": "https://github.com/pieces029/ibeacon-cli",
"bugs": {
"url": "https://github.com/pieces029/ibeacon-cli/issues"
},
"bin": {
"ibeacon": "./bin/ibeacon-cli"
},
"scripts": {
"start": "node ./bin/ibeacon-cli"
},
"main": "./lib/ibeacon-cli",
"repository": {
"type": "git",
"url": "https://github.com/pieces029/ibeacon-cli"
},
"keywords": [
"cli",
"ibeacon"
],
"dependencies": {
"yargs": "~6.6.0",
"bleacon": "~0.5.1",
"uuid": "~3.0.1"
},
"licenses": [
{
"type": "GPL2",
"url": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt"
}
],
"preferGlobal": true,
"engines": {
"node": ">=0.10"
}
}