-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (38 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (38 loc) · 743 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
34
35
36
37
38
39
{
"name": "beacon",
"version": "0.4.9",
"description": "assign ports for you net services.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"redis": "~0.8.3"
},
"devDependencies": {
"mocha": "~1.9.0",
"chai": "~1.6.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.3.1",
"grunt-exec": "~0.4.1",
"grunt-notify": "~0.2.4"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://advanced@github.com/advanced/beacon.git"
},
"keywords": [
"beacon",
"service",
"registry",
"axon",
"zmq",
"ports"
],
"author": "Hikari",
"license": "BSD"
}