| { | |
| "author": { | |
| "email": "gabriele.genta@gmail.com", | |
| "name": "Gabriele Genta" | |
| }, | |
| "description": "Karma plugin that locates and loads existing javascript source map files.", | |
| "keywords": [ | |
| "karma-plugin", | |
| "karma-preprocessor", | |
| "source-maps", | |
| "javascript" | |
| ], | |
| "license": "MIT", | |
| "main": "index.js", | |
| "name": "karma-sourcemap-loader", | |
| "repository": { | |
| "type": "git", | |
| "url": "git@github.com:demerzel3/karma-sourcemap-loader.git" | |
| }, | |
| "version": "0.3.0" | |
| } |