-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.9 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_args": [
[
{
"escapedName": "meanio-admin",
"hosted": {
"directUrl": "https://raw.githubusercontent.com/pashist/meanio-admin/master/package.json",
"gitUrl": "git://github.com/pashist/meanio-admin.git",
"httpsUrl": "git+https://github.com/pashist/meanio-admin.git",
"shortcut": "github:pashist/meanio-admin",
"ssh": "[email protected]:pashist/meanio-admin.git",
"sshUrl": "git+ssh://[email protected]/pashist/meanio-admin.git",
"type": "github"
},
"name": "meanio-admin",
"raw": "meanio-admin@git://github.com/pashist/meanio-admin.git",
"rawSpec": "git://github.com/pashist/meanio-admin.git",
"scope": null,
"spec": "git://github.com/pashist/meanio-admin.git",
"type": "hosted"
},
"/home/sara2/devel/icu-mean/root-background"
]
],
"_from": "git://github.com/pashist/meanio-admin.git",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/meanio-admin",
"_phantomChildren": {},
"_requested": {
"escapedName": "meanio-admin",
"hosted": {
"directUrl": "https://raw.githubusercontent.com/pashist/meanio-admin/master/package.json",
"gitUrl": "git://github.com/pashist/meanio-admin.git",
"httpsUrl": "git+https://github.com/pashist/meanio-admin.git",
"shortcut": "github:pashist/meanio-admin",
"ssh": "[email protected]:pashist/meanio-admin.git",
"sshUrl": "git+ssh://[email protected]/pashist/meanio-admin.git",
"type": "github"
},
"name": "meanio-admin",
"raw": "meanio-admin@git://github.com/pashist/meanio-admin.git",
"rawSpec": "git://github.com/pashist/meanio-admin.git",
"scope": null,
"spec": "git://github.com/pashist/meanio-admin.git",
"type": "hosted"
},
"_requiredBy": [
"#USER"
],
"_resolved": "git://github.com/pashist/meanio-admin.git#6c2836e9fb00b5fa7c1c0fee8d753d2d22ca7979",
"_shasum": "11be3cac0b979eaf94143e4a08536d685a38d09d",
"_shrinkwrap": null,
"_spec": "meanio-admin@git://github.com/pashist/meanio-admin.git",
"_where": "/home/sara2/devel/icu-mean/root-background",
"author": {
"email": "[email protected]",
"name": "Linnovate"
},
"bugs": {
"url": "https://github.com/rjVapes/meanio-admin/issues"
},
"dependencies": {
"gridfs-stream": "latest",
"meanio-circles": "0.1.x",
"meanio-users": "0.1.x",
"ng-clip": "latest",
"request": "^2.36.0",
"zeroclipboard": "latest"
},
"description": "Admin module for MEAN applications",
"devDependencies": {},
"engines": {
"node": "4.2.x",
"npm": "3.x"
},
"gitHead": "6c2836e9fb00b5fa7c1c0fee8d753d2d22ca7979",
"homepage": "https://github.com/rjVapes/meanio-admin#readme",
"license": "MIT",
"mean": "0.6.0",
"name": "meanio-admin",
"optionalDependencies": {},
"readme": "# [![MEAN Logo](http://www.mean.io/img/logos/meanlogo.png)](http://mean.io/) MEAN Admin\n\n[![Dependencies Status](https://david-dm.org/linnovate/mean-admin.png)](https://david-dm.org/linnovate/mean-admin)\n\nAdmin module for MEAN applications to manage:\n\n- Modules list\n- Bootswatch themes support\n- App Settings\n- User Management\n\n## Basic Usage\n\n Install Package in root of your mean app:\n\n $ mean install mean-admin\n\n Add the admin role to your user:\n\n $ mean user <email> -a admin\n\n (Re)start the server:\n\n $ grunt\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/rjVapes/meanio-admin.git"
},
"scripts": {
"postinstall": "bower install"
},
"version": "0.1.2",
"warnings": [
{
"code": "ENOTSUP",
"pkgid": "[email protected]",
"required": {
"node": "4.2.x",
"npm": "3.x"
}
},
{
"code": "ENOTSUP",
"pkgid": "[email protected]",
"required": {
"node": "4.2.x",
"npm": "3.x"
}
}
]
}