-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
{
"name": "minoss-example",
"title": "Example Module for Minoss",
"version": "0.1.4",
"description": "Example Module for Minoss",
"main": "package.json",
"homepage": "https://github.com/dkern/minoss-example",
"bugs": "https://github.com/dkern/minoss-example/issues",
"author": {
"name": "Daniel 'Eisbehr' Kern",
"email": "jquery@eisbehr.de",
"url": "http://eisbehr.de/"
},
"repository": {
"type": "git",
"url": "git@github.com:dkern/minoss-example.git"
},
"keywords": [
"minoss",
"example"
],
"license" : "(MIT OR GPL-2.0)",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL-2.0",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
]
}