UNPKG

karma-coffee-preprocessor

Version:
58 lines (57 loc) 1.74 kB
{ "name": "karma-coffee-preprocessor", "version": "1.0.1", "description": "A Karma plugin. Compile coffee script on the fly.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/karma-runner/karma-coffee-preprocessor.git" }, "keywords": [ "karma-plugin", "karma-preprocessor", "coffee-script", "coffee" ], "author": "Vojta Jina <vojta.jina@gmail.com>", "dependencies": { "coffee-script": "~1", "object-assign": "^4.1.0" }, "peerDependencies": { "karma": ">=0.11.14" }, "license": "MIT", "devDependencies": { "eslint": "^3.0.1", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^1.3.2", "eslint-plugin-standard": "^1.3.3", "grunt": "~1.0.1", "grunt-bump": "^0.8.0", "grunt-conventional-changelog": "^6.1.0", "grunt-eslint": "^19.0.0", "grunt-npm": "0.0.2", "load-grunt-tasks": "^3.2.0" }, "contributors": [ "Friedel Ziegelmayer <dignifiedquire@gmail.com>", "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", "dignifiedquire <dignifiedquire@gmail.com>", "Niall Smart <niall@pobox.com>", "Zachary Wright Heller <zheller@gmail.com>", "Avindra Goolcharan <aavindraa@gmail.com>", "Mark Ethan Trostler <mark@zzo.com>", "ehuss <eric@huss.org>", "Isaac Shapira <fresheyeball@gmail.com>", "Johannes Würbach <johannes.wuerbach@googlemail.com>", "Kyle <kyle.zeeuwen@gmail.com>", "Maksim Ryzhikov <rv.maksim@gmail.com>", "Michael Kebbekus <michael.kebbekus@goodeggs.com>", "Will Scullin <scullin@looker.com>", "Anthony Torres <anthony.torres@issinc.com>" ] }