File: package.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   stpl   package.json   Download  
File: package.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 package.json
Date: 2 years ago
Size: 678 bytes
 

Contents

Class file image Download
{ "name": "stpl", "version": "0.1.2", "description": "tiny mustache extended style template system", "author": "Jonathan Gotti <jgotti at jgotti dot org>", "license": "MIT", "main": "lib/stpl.js", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "test": "/usr/bin/env grunt qunit" }, "repository": { "type": "git", "url": "https://github.com/malko/stpl" }, "keywords": [ "template", "mustache", "RegExp" ], "readmeFilename": "README.md", "devDependencies": { "grunt": "0.4.x", "grunt-contrib-qunit": "0.2.x", "grunt-contrib-uglify": "0.2.x" }, "engines": { "node": ">=0.10" } }