UNPKG

ya-ember-precompile

Version:

Precompile ember handlebars template files without the usage of jquery

26 lines (25 loc) 579 B
{ "name": "ya-ember-precompile", "version": "v0.1.0-beta", "description": "Precompile ember handlebars template files without the usage of jquery", "main": "ember-precompile.js", "directory": "libs", "bin": { "ember-precompile": "./ember-precompile.js" }, "scripts": { "test": "test.bat" }, "repository": "https://github.com/bramtervoort/ya-ember-precompiler", "keywords": [ "ember.js", "handlebars.js", "precompiler" ], "author": "Bram Tervoort", "license": "MIT", "dependencies" :{ "handlebars": "1.0.11", "optimist": "*" } }