Socket
Socket
Sign inDemoInstall

muse

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muse - npm Package Compare versions

Comparing version 0.1.1-2 to 0.1.1-3

tree.png

5

package.json
{
"name": "muse",
"version": "0.1.1-2",
"version": "0.1.1-3",
"description": "A CMS Scaffolding Tool (Coming Soon)",

@@ -24,2 +24,3 @@ "main": "index.js",

"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"underscore": "^1.7.0"

@@ -29,8 +30,6 @@ },

"devDependencies": {
"assert": "^1.3.0",
"chai": "^1.10.0",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"sinon": "^1.12.2"
}
}

47

README.md

@@ -42,41 +42,7 @@ # muse

server
models
index.js
User.js
routes
index.js
auth.js
users.js
public
js
main.js
css
style.scss
// style.css
img
logo.png // muse logo
favicon.ico.
templates
index.ejs // home
layout.ejs // layout file
auth
signup.ejs // create account
login.ejs // login to account
users
index.ejs // view all users
view.ejs // view specific account
edit.ejs // edit user account
errors
401.ejs
404.ejs
500.ejs
503.ejs
config
passport.js // passport config
auth.js.example // example auth API credentials
![alt tag](./tree.png)
## Development Task List
* Finalize default configuration and structure (grab image of tree structure)
* Finalize default configuration and structure
* Basic mongoose models and CRUD operations for Users, Pages, Blogs, and Posts

@@ -131,2 +97,3 @@ * Separate view routes from API routes in preparation for client-side framework support

- [mkdirp](https://github.com/substack/node-mkdirp): Recursively mkdir, like `mkdir -p`
- [rimraf](https://github.com/isaacs/rimraf): A deep deletion module for node (like `rm -rf`)
- [underscore](https://github.com/jashkenas/underscore): JavaScript's functional programming helper library.

@@ -136,7 +103,5 @@

"assert": "^1.3.0",
"chai": "^1.10.0",
"mocha": "^2.1.0",
"rimraf": "^2.2.8",
"sinon": "^1.12.2"
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [mocha](https://github.com/mochajs/mocha): A simple, flexible, fun test framework
- [sinon](https://github.com/cjohansen/Sinon.JS): JavaScript test spies, stubs and mocks.

@@ -143,0 +108,0 @@ ## License

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc