karma-json-fixtures-preprocessor
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,7 @@ | ||
/* | ||
* Copyright (c) 2014, Yahoo Inc. All rights reserved. | ||
* Copyrights licensed under the New BSD License. | ||
* See the accompanying LICENSE file for terms. | ||
*/ | ||
/** | ||
@@ -2,0 +8,0 @@ * Transform a string to camelCase |
@@ -0,3 +1,9 @@ | ||
/* | ||
* Copyright (c) 2014, Yahoo Inc. All rights reserved. | ||
* Copyrights licensed under the New BSD License. | ||
* See the accompanying LICENSE file for terms. | ||
*/ | ||
module.exports = { | ||
'preprocessor:json_fixtures': ['factory', require('./json_fixtures')] | ||
}; |
@@ -0,1 +1,7 @@ | ||
/* | ||
* Copyright (c) 2014, Yahoo Inc. All rights reserved. | ||
* Copyrights licensed under the New BSD License. | ||
* See the accompanying LICENSE file for terms. | ||
*/ | ||
var camelize = require('./camelize'); | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "karma-json-fixtures-preprocessor", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A Karma plugin to compile JSON files and make them accessible from Javascript code", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"author": "Dmitrii Abramov", | ||
"license": "ISC", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
@@ -33,9 +33,9 @@ "url": "https://github.com/dmitriiabramov/karma-json-fixtures-preprocessor/issues" | ||
"chai": "^3.2.0", | ||
"karma": "^0.12.36", | ||
"karma": "^0.13.19", | ||
"karma-chai": "^0.1.0", | ||
"karma-mocha": "^0.1.10", | ||
"karma-phantomjs-launcher": "^0.2.0", | ||
"karma-phantomjs-launcher": "^0.2.3", | ||
"mocha": "^2.3.0", | ||
"phantomjs": "^1.9.17" | ||
"phantomjs": "^1.9.19" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10844
13
147