/var/www/cobraambalaj/node_modules/throttleit
NameSizeModeActions
.npmignore300644editdlrm
component.json2350644editdlrm
example.js2210644editdlrm
History.md3070644editdlrm
index.js8200644editdlrm
Makefile2810644editdlrm
package.json12320644editdlrm
Readme.md6110644editdlrm
test.js15730644editdlrm
Edit: /var/www/cobraambalaj/node_modules/throttleit/Makefile (281B)
build: components index.js @component build --dev components: component.json @component install --dev clean: rm -fr build components template.js test: node_modules @./node_modules/mocha/bin/mocha \ --reporter spec node_modules: package.json @npm install .PHONY: clean