0.1.0 • Published 10 years ago

normalize-deps v0.1.0

Weekly downloads
6
License
WTFPL
Repository
github
Last release
10 years ago

normalize-deps

Stand alone deps format normalizer.

NOTE: This module is in work in progress state.

var normalizeDeps = require('normalize-deps');
console.log(normalizeDeps({ block : 'i-bem', elems : ['dom', 'html'] }));
[ { block: 'i-bem' },
  { block: 'i-bem', elem: 'dom' },
  { block: 'i-bem', elem: 'html' } ]

License

WTFPL