freebsd-ports/devel/npm-amdefine/pkg-descr
Rodrigo Osorio db59f27f4f Add npm-less-plugin-clean-css a www/lesc tool pluggin and its dependencies
www/npm-less-plugin-clean-css: Compresses the css output from less using clean-css
` devel/npm-clean-css: Fast and efficient CSS optimizer for node.js and the Web
  ` devel/npm-source-map: Parse and consume source maps
  | ` devel/npm-amdefine: Implementation of AMD's define() in Node
  ` devel/npm-commander: node.js command-line interfaces made easy
    ` devel/npm-graceful-readlink: Graceful fs.readlink
2017-05-15 22:05:46 +00:00

5 lines
249 B
Text

Amdefine is a module that can be used to implement AMD's define() in Node.
This allows you to code to the AMD API and have the module work
in node programs without requiring those other programs to use AMD.
WWW: https://github.com/jrburke/amdefine