-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
40
41
42
43
44
45
46
47
48
49
{
"name": "otaku-core",
"description": "Core for the Otaku projects.",
"version": "0.0.1-alpha.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/otakumono/otaku-core.git"
},
"author": {
"name": "Robbie Lodico",
"email": "lodico.rj@gmail.com",
"url": "http://pandacoder.info"
},
"homepage": "https://github.com/otakumono",
"bugs": {
"url": "https://github.com/otakumono/otaku-core/issues"
},
"licenses": [
{
"type": "GNU GPL v3",
"url": "https://github.com/otakumono/otaku-core/blob/master/LICENSE"
}
],
"contributors": [
{
"name": "Robbie Lodico",
"email": "lodico.rj@gmail.com",
"url": "http://pandacoder.net"
}
],
"engines": {
"node": "^0.10.33"
},
"scripts": {
"test-travis": "",
"start": "node test/"
},
"dependencies": {
"node-xport": ">= 0.2.0",
"validator": "^3.36.0",
"mongoose": "~4.0.1"
},
"devDependencies": {
"debug": "~0.7.2",
"nodemon": "~1.3.7",
"supertest": "~0.14.0"
}
}