• Stars
    star
    911
  • Rank 50,145 (Top 1.0 %)
  • Language
    JavaScript
  • License
    GNU Affero Genera...
  • Created almost 11 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

http://defiantjs.com

DefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath.

For documentation and live jupyter code blocks, please visit defiantjs.com

Installation from npmjs.com

Notice that installation requires "defiant.js" and not "defiant". This is due to the account of "kstngroup" has published it on npmjs.com. Making your project dependant to "defiant" might result in security issues in the future since I do not control the namespace of "defiant".

  • Correct way to install
npm install defiant.js
  • Wrong way to install
npm install defiant