karma-json2js-preprocessor
Version:
A Karma plugin. Convert JSON files into JS objects to serve them in a script tag.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "karma-json2js-preprocessor",
"version": "0.0.2",
"description": "A Karma plugin. Convert JSON files into JS objects to serve them in a script tag.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"json2js",
"json"
],
"author": {
"name": "foolyoghurt",
"email": "foolyoghurt@gmail.com"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-simple-mocha": "~0.4",
"grunt-contrib-jshint": "~0.6",
"chai": "~1.4",
"mocha": "~1.8",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.7",
"grunt-auto-release": "~0.0.2"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [],
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": ""
},
"_id": "karma-json2js-preprocessor@0.1.0",
"_from": "karma-json2js-preprocessor@~0.1.0"
}