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
5 lines
249 B
Text
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
|