-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 744 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
{
"_comment": "this project is not a node.js one, package.json is just used to define some metadata",
"name": "@moul.io/guilhunize",
"version": "0.0.1",
"author": "Manfred Touron <oss@moul.io> (https://manfred.life)",
"contributors": [
"Manfred Touron <oss@moul.io> (https://manfred.life)"
],
"license": "(Apache-2.0 OR MIT)",
"scripts": {
"start": "guilhunize",
"install": "make install",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/moul/guilhunize.git"
},
"bugs": "https://github.com/moul/guilhunize/issues",
"homepage": "https://moul.io/guilhunize",
"dependencies": {
"cool": "0.0.1"
}
}