karma-sprockets
Version:
A Karma plugin that helps importing js files from sprockets bundles.
26 lines (25 loc) • 658 B
JSON
{
"name": "karma-sprockets",
"version": "0.3.1",
"description": "A Karma plugin that helps importing js files from sprockets bundles.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SebastianZaha/karma-sprockets.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"sprockets",
"rails"
],
"author": {
"name": "Sebastian Zaha",
"email": "sebastian.zaha@gmail.com"
},
"licenses": "MIT",
"dependencies": "sprockets-chain"
}