123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "hbsfy",
- "version": "2.8.1",
- "description": "Handlebars precompiler plugin for Browserify v2",
- "main": "index.js",
- "scripts": {
- "test": "sh test.sh"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/epeli/node-hbsfy"
- },
- "keywords": [
- "handlebars",
- "browserify",
- "js",
- "plugin",
- "transform",
- "browserify-transform"
- ],
- "author": "Esa-Matti Suuronen",
- "license": "MIT",
- "dependencies": {
- "through": "~2.3.4",
- "xtend": "~3.0.0"
- },
- "devDependencies": {
- "browserify": "~4.2.3",
- "concat-stream": "~1.4.1",
- "ember-template-compiler": "github:toranb/ember-template-compiler#b924608f",
- "handlebars": "^4"
- }
- }
|