-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.35 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "lackey-dustjs-mongoose",
"version": "0.1.1",
"description": "Mongoose dustjs helper",
"main": "lib/mongoose.js",
"dependencies": {
"config": "^1.16.0",
"request": "^2.62.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/getlackey/dustjs-mongoose.git"
},
"author": {
"name": "Enigma Marketing",
"email": "admin@enigma-marketing.co.uk",
"url": "http://www.enigma-marketing.co.uk"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/getlackey/dustjs-mongoose/issues"
},
"homepage": "https://github.com/getlackey/dustjs-mongoose",
"maintainers": [
{
"name": "relvao",
"email": "relvao@gmail.com"
},
{
"name": "melono6",
"email": "jason@enigma-marketing.co.uk"
},
{
"name": "robmccardle",
"email": "robmccardle@yahoo.co.uk"
},
{
"name": "chapmanio",
"email": "rcchapman85@gmail.com"
},
{
"name": "enigma-marketing",
"email": "admin@enigma-marketing.co.uk"
}
]
}