Skip to content

Commit 28e422e

Browse files
committed
Added basic DUB package.json file, seems to work properly
1 parent d4a7dfe commit 28e422e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "ncurses",
3+
"description": "Interface to the C ncurses library",
4+
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
5+
"authors": [
6+
"Jon \"ylixir\" Allen, [email protected]",
7+
"Dejan Lekic, dejan.lekic @ (gmail.com || kcl.ac.uk)",
8+
"Jude \"1100110\" Young, [email protected]"
9+
],
10+
"license": "ncurses",
11+
"sourcePaths": [
12+
"deimos"
13+
],
14+
"libs": [
15+
"ncurses"
16+
]
17+
}

0 commit comments

Comments
 (0)