File: bower.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   stpl   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: stpl
Template engine based on replacing tags
Author: By
Last change: Update of bower.json
Date: 2 years ago
Size: 559 bytes
 

Contents

Class file image Download
{ "name": "stpl" , "main": "lib/stpl.js" , "version": "0.1.1" , "homepage": "https://github.com/malko/stpl" , "authors": [ "malko <jgotti@jgotti.org>" ] , "description": "tiny mustache extended style template system" , "keywords": [ "template" , "mustache" , "RegExp" ] , "license": "MIT" , "repository": { "type": "git" , "url": "https://github.com/malko/stpl" } , "ignore": [ "**/.*" , "node_modules" , "bower_components" , "test" , "tests" ] }