-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 920 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
{
"name": "beagle-hello",
"version": "0.0.2",
"description": "Beagle hello World test module",
"keywords": [
"beagle"
],
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test/beagle-hello.tests.js"
},
"author": {
"name": "Richard Littauer",
"email": "[email protected]"
},
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/BeagleLab/beagle-hello.git"
},
"bugs": {
"url": "https://github.com/BeagleLab/beagle-hello/issues"
},
"homepage": "https://github.com/BeagleLab/beagle-hello",
"readme": "beagle-hello\n============\n\nA testing module\n",
"readmeFilename": "README.md",
"gitHead": "328e0e95ef9e5f0f9c37730f9abfc5bbfe54b052",
"_id": "[email protected]",
"_shasum": "0ae21a65489f6ff2d72fd5f2c9d079f8b73ea816",
"_from": "beagle-hello@*"
}