UNPKG

1.07 kBJSONView Raw
1{
2 "name": "karma-coffee-preprocessor",
3 "version": "0.1.3",
4 "description": "A Karma plugin. Compile coffee script on the fly.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/karma-runner/karma-coffee-preprocessor.git"
12 },
13 "keywords": [
14 "karma-plugin",
15 "karma-preprocessor",
16 "coffee-script",
17 "coffee"
18 ],
19 "author": "Vojta Jina <vojta.jina@gmail.com>",
20 "dependencies": {
21 "coffee-script": "~1.7"
22 },
23 "peerDependencies": {
24 "karma": ">=0.9"
25 },
26 "license": "MIT",
27 "devDependencies": {
28 "grunt": "~0.4.1",
29 "grunt-npm": "~0.0.2",
30 "grunt-bump": "~0.0.7",
31 "grunt-auto-release": "~0.0.2"
32 },
33 "contributors": [
34 "Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
35 "Niall Smart <niall@pobox.com>",
36 "Zachary Wright Heller <zheller@gmail.com>",
37 "Johannes Würbach <johannes.wuerbach@googlemail.com>",
38 "ehuss <eric@huss.org>",
39 "Anthony Torres <anthony.torres@issinc.com>"
40 ]
41}