File tree Expand file tree Collapse file tree 1 file changed +25
-11
lines changed
Expand file tree Collapse file tree 1 file changed +25
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " karma-module-resolver-preprocessor" ,
3- "version" : " 0.0.1" ,
4- "description" : " Karma preprocessor to resolve ES6 module aliases" ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
8- },
3+ "version" : " 1.0.0" ,
4+ "description" : " Karma preprocessor to resolve ES6 modules" ,
5+ "license" : " MIT" ,
96 "keywords" : [
107 " karma-plugin" ,
118 " karma-preprocessor" ,
12- " es6-modules " ,
13- " alias " ,
14- " modules "
9+ " es6" ,
10+ " modules " ,
11+ " alias "
1512 ],
16- "author" : " Interfaced" ,
17- "license" : " MIT" ,
13+ "homepage" : " https://github.com/interfaced/karma-module-resolver-preprocessor" ,
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/interfaced/karma-module-resolver-preprocessor.git"
17+ },
18+ "author" : {
19+ "name" : " Interfaced" ,
20+ "url" : " https://interfaced.tv" ,
21+ "email" : " info@interfaced.tv"
22+ },
23+ "contributors" : [
24+ " Ilya Kalashnikov"
25+ ],
26+ "files" : [
27+ " index.js"
28+ ],
29+ "engines" : {
30+ "node" : " >= 6.0.0"
31+ },
1832 "dependencies" : {
1933 "espree" : " ^4.0.0"
2034 },
You can’t perform that action at this time.
0 commit comments