-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
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
36
37
38
39
{
"name": "nk-xrm",
"version": "0.1.6",
"description": "The Massively Modified, Massively Modern Solution for Node.js which enables the collection and customization of desired components via a native extension system in order to create an original (X)Cross-Relational Management System.",
"main": "index.js",
"scripts":
{
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository":
{
"type": "git",
"url": "git://github.com/mmod/nk-xrm.git"
},
"dependencies":
{
"nk": "0.3.x",
"nk-mysql": "0.4.x"
},
"keywords":
[
"MMod",
"Massively",
"Modified",
"Kwaeri",
"nodakwaeri",
"nk",
"nodamysql",
"nk-mysql",
"xrm"
],
"author": "Richard B. Winters | Massively Modified, Inc. <info@mmogp.com> (http://www.mmogp.com)",
"license": "Apache-2.0",
"bugs":
{
"url": "https://github.com/mmod/nk-xrm/issues"
},
"homepage": "http://mmogp.com"
}