Socket
Socket
Sign inDemoInstall

bluemoon

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluemoon

{{name}} ==============


Version published
Maintainers
1
Created
Source

{{name}}

This is the Montage package template.

Note: Before working on your package you will need to add montage to it.

npm install .

Layout

The template contains the following files and directories:

  • ui/ – Directory containing all the UI .reel directories.
  • package.json – Describes your app and its dependencies
  • README.md – This readme. Replace the current content with a description of your app
  • overview.html
  • overview/ – Directory that contains the files for the overview page. This is a different package so you will need to require the component using {{name}}/*.
    • main.reel – The main interface component where you can add the components to show.
  • node_modules/ – Directory containing all npm packages needed, including Montage. Any packages here must be included as dependencies in package.json for the Montage require to find them.
  • test/ – Directory containing tests for your package.
    • all.js – Module that point the test runner to all your jasmine specs.
  • run-tests.html – Page to run jasmine tests manually in your browser
  • testacular.conf.js – This is the testacular configuration file. You can start testacular by running npm install testacular@0.5.7 && node_modules/testacular/bin/testacular start

Create the following directories if you need them:

  • locale/ – Directory containing localized content.
  • scripts/ – Directory containing other JS libraries. If a library doesn’t support the CommonJS "exports" object it will need to be loaded through a <script> tag.

FAQs

Package last updated on 04 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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