forked from linnovate/mean-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.16 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.16 KB
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
{
"name": "mean-admin",
"version": "0.0.3",
"description": "Admin module for MEAN applications",
"author": {
"name": "Linnovate",
"email": "mean@linnovate.net"
},
"mean": true,
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies": {
"gridfs-stream": "0.4.1",
"request": "2.34.0"
},
"license": "MIT",
"_id": "mean-admin@0.0.3",
"_shasum": "b4ad3bebf83abb51575cf15aaf238251d50e765b",
"_from": "https://github.com/linnovate/mean-admin/tarball/master",
"_resolved": "https://github.com/linnovate/mean-admin/tarball/master",
"readme": "# [](http://mean.io/) MEAN Admin\n\n[](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"
}