-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 1.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_args": [
[
{
"raw": "sails-hook-blueprint-sum",
"scope": null,
"escapedName": "sails-hook-blueprint-sum",
"name": "sails-hook-blueprint-sum",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/srv/apps/system"
]
],
"_from": "sails-hook-blueprint-sum@latest",
"_id": "[email protected]",
"_inCache": true,
"_location": "/sails-hook-blueprint-sum",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "gregkapustin",
"email": "[email protected]"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"raw": "sails-hook-blueprint-sum",
"scope": null,
"escapedName": "sails-hook-blueprint-sum",
"name": "sails-hook-blueprint-sum",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_spec": "sails-hook-blueprint-sum",
"_where": "/srv/apps/system",
"author": {
"name": "Gregory Kapustin"
},
"bugs": {
"url": "https://github.com/GregKapustin/sails-hook-blueprint-sum/issues"
},
"dependencies": {
"lodash": "3.10.1",
"merge-defaults": "0.2.1",
"pluralize": "1.2.1"
},
"description": "Add default blueprint sum route to evry model",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/GregKapustin/sails-hook-blueprint-sum",
"keywords": [
"sails",
"blueprint",
"hook",
"sum"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "gregkapustin",
"email": "[email protected]"
}
],
"name": "sails-hook-blueprint-sum",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/GregKapustin/sails-hook-blueprint-sum"
},
"sails": {
"isHook": true
},
"scripts": {},
"version": "0.0.1"
}